Class SingleAxisAnnotationModel
Inheritance
System.Object
SingleAxisAnnotationModel
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.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class SingleAxisAnnotationModel : ChartAnnotationModel, IDisposable, INotifyPropertyChanged
Constructors
SingleAxisAnnotationModel()
Declaration
protected SingleAxisAnnotationModel()
Properties
Axis
Gets or sets the axis.
Declaration
public AxisModel Axis { get; set; }
Property Value
AxisModel
The axis. |