Class PropertyNameDataPointBinding
Represents an object that uses reflection to look-up the values for the generated data points.
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class PropertyNameDataPointBinding : DataPointBinding, IParentElement, IChildElement
Constructors
PropertyNameDataPointBinding()
Initializes a new instance of the Property
Declaration
public PropertyNameDataPointBinding()
PropertyNameDataPointBinding(String)
Initializes a new instance of the Property
Declaration
public PropertyNameDataPointBinding(string propertyName)
Parameters
System. The name of the property which value is bound. |
Fields
PropertyNameProperty
Identifies the Property
Declaration
public static readonly BindableProperty PropertyNameProperty
Field Value
Microsoft.
|
Properties
PropertyName
Gets or sets the name of the property which value is bound.
Declaration
public string PropertyName { get; set; }
Property Value
System.
|
Methods
GetDataPointValue(Object)
Declaration
public override object GetDataPointValue(object dataPoint)
Parameters
System.
|
Returns
System.
|