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

Encapsulates the base functionality for establishing a DataPoint binding.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public abstract class DataPointBinding : INotifyPropertyChanged

Inheritance: objectDataPointBinding

Derived Classes: GenericDataPointBinding<TElement, TResult>PropertyNameDataPointBinding

Implements: INotifyPropertyChanged

Constructors

C#
protected DataPointBinding()

Methods

Retrieves the value for the specified object instance.

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

object

Raises the PropertyChanged event.

C#
protected virtual void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

The name of the property which value has changed.

Events

Occurs when a property value has changed.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged