Class DataPointBinding
Represents an abstract base class for data point bindings in chart controls.
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class DataPointBinding : ChartElement, IParentElement, IChildElement
Constructors
DataPointBinding()
Declaration
protected DataPointBinding()
Methods
GetDataPointValue(Object)
Gets the value of the data point.
Declaration
public abstract object GetDataPointValue(object dataPoint)
Parameters
System.Object
dataPoint
The data point object. |
Returns
System.Object
The value of the data point. |