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