ClassPropertyNameDataPointBinding
Class
Represents an object that uses reflection to look-up the values for the generated data points.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(PropertyNameDataPointBindingConverter))]
public class PropertyNameDataPointBinding : DataPointBinding
Inheritance: objectChartElementDataPointBindingPropertyNameDataPointBinding
Inherited Members
Constructors
PropertyNameDataPointBinding()
Initializes a new instance of the PropertyNameDataPointBinding class.
Declaration
cs-api-definition
public PropertyNameDataPointBinding()
PropertyNameDataPointBinding(string)
Initializes a new instance of the PropertyNameDataPointBinding class.
Declaration
cs-api-definition
public PropertyNameDataPointBinding(string propertyName)
Parameters
propertyName
The name of the property which value is bound.
Fields
PropertyNameProperty
Identifies the PropertyName property.
Declaration
cs-api-definition
public static readonly BindableProperty PropertyNameProperty
Field Value
BindableProperty
Properties
PropertyName
Gets or sets the name of the property which value is bound.
Methods
GetDataPointValue(object)
Gets the value of the data point.