Class TrackballPointInfo
This class contains information about the trackball labels.
Inheritance
System.Object
TrackballPointInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class TrackballPointInfo : Object, INotifyPropertyChanged
Constructors
TrackballPointInfo(CartesianSeries)
Initializes a new instance of the TrackballPointInfo.
Declaration
public TrackballPointInfo(CartesianSeries series)
Parameters
Type | Name | Description |
---|---|---|
CartesianSeries | series |
Properties
DataItem
Gets the TrackballPointInfo associated business model.
Declaration
public object DataItem { get; }
Property Value
Type |
---|
System.Object |
Label
Gets or sets the content to be displayed on trackball tooltip
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
LabelStyle
Gets or sets the style for the trackball label.
Declaration
public ChartLabelStyle LabelStyle { get; set; }
Property Value
Type |
---|
ChartLabelStyle |
MarkerSettings
Gets or sets the style for the trackball markers.
Declaration
public ChartMarkerSettings MarkerSettings { get; set; }
Property Value
Type |
---|
ChartMarkerSettings |
Series
Gets the series associated with the trackball.
Declaration
public CartesianSeries Series { get; }
Property Value
Type |
---|
CartesianSeries |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged