Class SingleSparkAxisAnnotationModel
Inheritance
System.Object
SingleSparkAxisAnnotationModel
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 SingleSparkAxisAnnotationModel : SparkAnnotationModel, IDisposable, INotifyPropertyChanged
Constructors
SingleSparkAxisAnnotationModel()
Declaration
protected SingleSparkAxisAnnotationModel()
Properties
Axis
Gets or sets the axis.
Declaration
public SparkAxisModel Axis { get; set; }
Property Value
SparkAxisModel
The axis. |