ChartAnnotationModel
Class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public abstract class ChartAnnotationModel : ChartElement, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartAnnotationModel...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChartAnnotationModel class.
C#
public ChartAnnotationModel()
Properties
Methods
Updates this instance.
C#
protected void Update()
Updates the model.
C#
protected abstract void UpdateCore()