ClassDataPoint
Class
Represents a data point in a chart series.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public class DataPoint
Inheritance: objectDataPoint
Constructors
DataPoint()
Declaration
cs-api-definition
public DataPoint()
Properties
DataItem
Gets or sets the data item associated with this data point.
Declaration
cs-api-definition
public object DataItem { get; set; }
Property Value
The data item object associated with this data point.
IsSelected
Gets or sets a value indicating whether the data point is selected.
Declaration
cs-api-definition
public bool IsSelected { get; set; }
Property Value
true
if the data point is selected; otherwise, false
.