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

Represents an abstract base class for data point bindings in chart controls.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public abstract class DataPointBinding : ChartElement

Inheritance: objectChartElementDataPointBinding

Derived Classes: PropertyNameDataPointBinding

Inherited Members ChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

C#
protected DataPointBinding()

Methods

Gets the value of the data point.

C#
public abstract object GetDataPointValue(object dataPoint)
Parameters:dataPointobject

The data point object.

Returns:

object

The value of the data point.