Class
PropertyNameDataPointBinding

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: INotifyPropertyChanged

Inherited Members DataPointBinding.OnPropertyChanged(string)DataPointBinding.PropertyChanged

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

string

The name of the property which value is bound.

Properties

PropertyName

Gets or sets the name of the property which value is bound.

Declaration

cs-api-definition
public string PropertyName { get; set; }

Property Value

string

Methods

GetValue(object)

Retrieves the value for the specified object instance.

Declaration

cs-api-definition
public override object GetValue(object instance)

Parameters

instance

object

Returns

object

Overrides DataPointBinding.GetValue(object)