ClassDataPointBinding
Class
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:
Implements:
Constructors
DataPointBinding()
Declaration
cs-api-definition
protected DataPointBinding()
Methods
GetValue(object)
Retrieves the value for the specified object instance.
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
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
Implements