Class SfChart.SelectionChangingEventArgs
Inheritance
System.Object
SfChart.SelectionChangingEventArgs
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class SelectionChangingEventArgs : EventArgs
Constructors
SelectionChangingEventArgs()
Declaration
public SelectionChangingEventArgs()
Properties
P0
Declaration
public SfChart P0 { get; }
Property Value
Type |
---|
SfChart |
P1
Declaration
public ChartSelectionChangingEvent P1 { get; }
Property Value
Type |
---|
ChartSelectionChangingEvent |