Represents a DataPointBinding that uses reflection to look-up the values for the generated data points.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class PropertyNameDataPointBinding : DataPointBinding, INotifyPropertyChanged
Inheritance: objectDataPointBindingPropertyNameDataPointBinding
Implements:
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.
Properties
Gets or sets the name of the property which value is bound.
C#
public string PropertyName { get; set; }