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:
C#
[TypeConverter(typeof(PropertyNameDataPointBindingConverter))]
public class PropertyNameDataPointBinding : DataPointBinding
Inheritance: objectChartElementDataPointBindingPropertyNameDataPointBinding
Inherited Members
Constructors
Initializes a new instance of the PropertyNameDataPointBinding class.
C#
public PropertyNameDataPointBinding()
Initializes a new instance of the PropertyNameDataPointBinding class.
C#
public PropertyNameDataPointBinding(string propertyName)
The name of the property which value is bound.
Fields
PropertyNameProperty
BindableProperty
Identifies the PropertyName property.
C#
public static readonly BindableProperty PropertyNameProperty
Properties
Gets or sets the name of the property which value is bound.
C#
public string PropertyName { get; set; }