Class DataPoint
Represents a data point in a chart series.
Inheritance
System.Object
DataPoint
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class DataPoint : Object
Constructors
DataPoint()
Declaration
public DataPoint()
Properties
DataItem
Gets or sets the data item associated with this data point.
Declaration
public object DataItem { get; set; }
Property Value
System.Object
The data item object associated with this data point. |
IsSelected
Gets or sets a value indicating whether the data point is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Label
Gets or sets the label for the data point.
Declaration
public object Label { get; set; }
Property Value
System.Object
The label object for the data point. |