DataPointBinding
Class
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:
Implements:
Constructors
C#
protected DataPointBinding()
Methods
Raises the PropertyChanged event.
C#
protected virtual void OnPropertyChanged(string propertyName)
The name of the property which value has changed.
Events
Occurs when a property value has changed.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: