Class CursorLocationChangedeventArgs
Class implementation for CursorLocationChangedeventArgs
Inheritance
System.Object
CursorLocationChangedeventArgs
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class CursorLocationChangedeventArgs : RoutedEventArgs
Constructors
CursorLocationChangedeventArgs(ChartArea, InteractiveCursor, ChartAxis)
Called when instance created for CursorLocationChangedeventArgs
Declaration
public CursorLocationChangedeventArgs(ChartArea area, InteractiveCursor cursor, ChartAxis axis)
Parameters
Type | Name | Description |
---|---|---|
ChartArea | area | |
InteractiveCursor | cursor | |
ChartAxis | axis |
Properties
area
Gets or Sets area property
Declaration
public ChartArea area { get; }
Property Value
Type |
---|
ChartArea |
axis
Gets or sets the axis property
Declaration
public ChartAxis axis { get; set; }
Property Value
Type |
---|
ChartAxis |
cursor
Gets or Sets the cursorProperty
Declaration
public InteractiveCursor cursor { get; }
Property Value
Type |
---|
InteractiveCursor |