Class TrackballEventArgs
Provides event data for the TrackballCreated event, which is triggered when the trackball is created in the chart.
Inheritance
System.Object
TrackballEventArgs
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class TrackballEventArgs : EventArgs
Properties
TrackballPointsInfo
Gets the collection of trackball information that is created for each series in the chart when the trackball is active. This collection is updated whenever the trackball moves across the chart, reflecting the current data points at the trackball's position.
Declaration
public List<TrackballPointInfo> TrackballPointsInfo { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TrackballPointInfo> |