Class PropertyNameDataPointBinding
Represents a DataPointBinding that uses reflection to look-up the values for the generated data points.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PropertyNameDataPointBinding : DataPointBinding, INotifyPropertyChanged
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. |
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
GetValue(Object)
Retrieves the value for the specified object instance.
Declaration
public override object GetValue(object instance)
Parameters
System.Object
instance
|
Returns
System.Object
|