Class SfChart.LabelsGeneratedEventArgs
Inheritance
System.Object
SfChart.LabelsGeneratedEventArgs
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class LabelsGeneratedEventArgs : EventArgs
Constructors
LabelsGeneratedEventArgs()
Declaration
public LabelsGeneratedEventArgs()
Properties
Labels
Declaration
public List<ChartPointInfo> Labels { get; }
Property Value
Type |
---|
System.Collections.Generic.List<ChartPointInfo> |
SfChart
Declaration
public ChartBase SfChart { get; }
Property Value
Type |
---|
ChartBase |