New to Telerik UI for WPFStart a free 30-day trial

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

Inherited Members DataPointBinding.OnPropertyChanged(string)DataPointBinding.PropertyChanged

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)
Parameters:propertyNamestring

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; }

Methods

Retrieves the value for the specified object instance.

C#
public override object GetValue(object instance)
Parameters:instanceobjectReturns:

object

Overrides: DataPointBinding.GetValue(object)