New to Telerik UI for .NET MAUIStart a free 30-day trial

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; }
Property Value:

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; }
Property Value:

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

Gets or sets the label for the data point.

C#
public object Label { get; set; }
Property Value:

The label object for the data point.