Class ChartCrosshairPositionChangedEventArgs
Encapsulates the data associated with a ChartCrosshairBehavior.PositionChanged event.
Inheritance
System.Object
System.EventArgs
ChartCrosshairPositionChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|