Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public abstract class MultipleAxesAnnotationModel : ChartAnnotationModel, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartAnnotationModelMultipleAxesAnnotationModel...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected MultipleAxesAnnotationModel()
Properties
Gets or sets the first axis.
C#
public AxisModel FirstAxis { get; set; }
The first axis.
Gets or sets the second axis.
C#
public AxisModel SecondAxis { get; set; }
The second axis.
Methods
Called when [first axis changed].
C#
protected virtual void OnFirstAxisChanged()
Called when [second axis changed].
C#
protected virtual void OnSecondAxisChanged()