Class
DataPoint

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

object

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

bool

true if the data point is selected; otherwise, false.

Label

Gets or sets the label for the data point.

Declaration

cs-api-definition
public object Label { get; set; }

Property Value

object

The label object for the data point.