Class ChartTrackballCreatedEventArgs
This class serve as an event data for the TrackballLabelCreated Event. The event data holds information after the trackball label is created.
Inheritance
System.Object
ChartTrackballCreatedEventArgs
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartTrackballCreatedEventArgs : EventArgs
Constructors
ChartTrackballCreatedEventArgs(List<ChartPointInfo>)
Initializes a new instance of the ChartTrackballCreatedEventArgs class.
Declaration
public ChartTrackballCreatedEventArgs(List<ChartPointInfo> chartPointsInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<ChartPointInfo> | chartPointsInfo | Represents the list of ChartPointInfo. |
Properties
ChartPointsInfo
Gets the collection of trackball labels that are created for each series.
Declaration
public List<ChartPointInfo> ChartPointsInfo { get; }
Property Value
Type |
---|
System.Collections.Generic.List<ChartPointInfo> |