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