Class DataPointBinding
Encapsulates the base functionality for establishing a DataPoint binding.
Inheritance
System.Object
DataPointBinding
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class DataPointBinding : Object, INotifyPropertyChanged
Constructors
DataPointBinding()
Declaration
protected DataPointBinding()
Methods
GetValue(Object)
Retrieves the value for the specified object instance.
Declaration
public abstract object GetValue(object instance)
Parameters
System.Object
instance
|
Returns
System.Object
|
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
The name of the property which value has changed. |
Events
PropertyChanged
Occurs when a property value has changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|