Class ChartCrosshairPositionChangedEventArgs
Encapsulates the data associated with a ChartCrosshairBehavior.PositionChanged event.
Inheritance
System.Object
ChartCrosshairPositionChangedEventArgs
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartCrosshairPositionChangedEventArgs : EventArgs
Properties
Data
Position
Gets the mouse position relative to the chart.
Declaration
public Point Position { get; }
Property Value
System.Windows.Point
|