ClassGridLineSparkAnnotationModel
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public abstract class GridLineSparkAnnotationModel : SingleSparkAxisAnnotationModel, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkAnnotationModelSingleSparkAxisAnnotationModelGridLineSparkAnnotationModel
Derived Classes:
Implements:
Inherited Members
Constructors
GridLineSparkAnnotationModel()
Declaration
cs-api-definition
protected GridLineSparkAnnotationModel()
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