Class PlotBandSparkAnnotationModel
Inheritance
System.Object
PlotBandSparkAnnotationModel
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 PlotBandSparkAnnotationModel : SingleSparkAxisAnnotationModel, IDisposable, INotifyPropertyChanged
Constructors
PlotBandSparkAnnotationModel()
Declaration
protected PlotBandSparkAnnotationModel()
Properties
From
Declaration
public object From { get; set; }
Property Value
System.Object
|
IsUpdated
Declaration
public override bool IsUpdated { get; }
Property Value
System.Boolean
|
Overrides
To
Declaration
public object To { get; set; }
Property Value
System.Object
|