ClassPlotBandSparkAnnotationModel
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public abstract class PlotBandSparkAnnotationModel : SingleSparkAxisAnnotationModel, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAnnotationModelSingleSparkAxisAnnotationModelPlotBandSparkAnnotationModel
Derived Classes:
Implements:
Inherited Members
Constructors
PlotBandSparkAnnotationModel()
Declaration
cs-api-definition
protected PlotBandSparkAnnotationModel()
Properties
IsUpdated
Gets if the model is updated.
Declaration
cs-api-definition
public override bool IsUpdated { get; }
Property Value
The is updated.
Overrides
Methods
UpdateCore()
Updates the model.
Declaration
cs-api-definition
protected override void UpdateCore()
Overrides