Class
DataPointBinding

Encapsulates the base functionality for establishing a DataPoint binding.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public abstract class DataPointBinding : INotifyPropertyChanged

Inheritance: objectDataPointBinding

Derived Classes: GenericDataPointBinding<TElement, TResult>PropertyNameDataPointBinding

Implements: INotifyPropertyChanged

Constructors

DataPointBinding()

Declaration

cs-api-definition
protected DataPointBinding()

Methods

GetValue(object)

Retrieves the value for the specified object instance.

Declaration

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

Parameters

instance

object

Returns

object

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

The name of the property which value has changed.

Events

PropertyChanged

Occurs when a property value has changed.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged