Class SparkAnnotationModel
Inheritance
System.Object
SparkAnnotationModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkAnnotationModel : SparkElement, IDisposable, INotifyPropertyChanged
Constructors
SparkAnnotationModel()
Initializes a new instance of the SparkAnnotationModel class.
Declaration
public SparkAnnotationModel()
Properties
IsUpdated
Gets if the model is updated.
Declaration
public abstract bool IsUpdated { get; }
Property Value
System.Boolean
The is updated. |
Methods
ArrangeCore(RadRect)
Arranges by the rect.
Declaration
protected abstract RadRect ArrangeCore(RadRect rect)
Parameters
RadRect
rect
The rect. |
Returns
RadRect
|
Update()
Updates this instance.
Declaration
protected void Update()
UpdateCore()
Updates the model.
Declaration
protected abstract void UpdateCore()