Class TrackballEventArgs
This class serves as event data for the TrackballCreated Event.
Inheritance
System.Object
TrackballEventArgs
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class TrackballEventArgs : EventArgs
Constructors
TrackballEventArgs(List<TrackballPointInfo>)
Initializes a new instance of the TrackballEventArgs class.
Declaration
public TrackballEventArgs(List<TrackballPointInfo> chartPointsInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TrackballPointInfo> | chartPointsInfo |
Properties
TrackballPointsInfo
Gets the collection of trackball information that is created for each series.
Declaration
public List<TrackballPointInfo> TrackballPointsInfo { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TrackballPointInfo> |