Class MultipleAxesAnnotationModel
Inheritance
System.Object
MultipleAxesAnnotationModel
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 MultipleAxesAnnotationModel : ChartAnnotationModel, IDisposable, INotifyPropertyChanged
Constructors
MultipleAxesAnnotationModel()
Declaration
protected MultipleAxesAnnotationModel()
Properties
FirstAxis
Gets or sets the first axis.
Declaration
public AxisModel FirstAxis { get; set; }
Property Value
AxisModel
The first axis. |
SecondAxis
Gets or sets the second axis.
Declaration
public AxisModel SecondAxis { get; set; }
Property Value
AxisModel
The second axis. |
Methods
OnFirstAxisChanged()
Called when [first axis changed].
Declaration
protected virtual void OnFirstAxisChanged()
OnSecondAxisChanged()
Called when [second axis changed].
Declaration
protected virtual void OnSecondAxisChanged()