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