ClassPropertyNameDataPointBinding
Class
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:
cs-api-definition
public class PropertyNameDataPointBinding : DataPointBinding, INotifyPropertyChanged
Inheritance: objectDataPointBindingPropertyNameDataPointBinding
Implements:
Inherited Members
Constructors
PropertyNameDataPointBinding()
Initializes a new instance of the PropertyNameDataPointBinding class.
Declaration
cs-api-definition
public PropertyNameDataPointBinding()
PropertyNameDataPointBinding(string)
Initializes a new instance of the PropertyNameDataPointBinding class.
Declaration
cs-api-definition
public PropertyNameDataPointBinding(string propertyName)
Parameters
propertyName
The name of the property which value is bound.
Properties
PropertyName
Gets or sets the name of the property which value is bound.
Methods
GetValue(object)
Retrieves the value for the specified object instance.