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