Class
MultipleAxesAnnotationModel

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public abstract class MultipleAxesAnnotationModel : ChartAnnotationModel, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartAnnotationModelMultipleAxesAnnotationModel

Derived Classes: CartesianFreeFigureAnnotationModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ChartAnnotationModel.Update()ChartAnnotationModel.UpdateCore()ChartAnnotationModel.ArrangeCore(RadRect)ChartAnnotationModel.IsUpdatedChartElement.FindAncestor<T>()ChartElement.IsAncestorOf(ChartNode)ChartElement.FindDescendant<T>()ChartElement.FindDescendant(Predicate<ChartNode>)ChartElement.EnumDescendants()ChartElement.EnumDescendants(TreeTraversalMode)ChartElement.EnumDescendants(Predicate<ChartNode>, TreeTraversalMode)ChartElement.DisposeManagedResources()ChartElement.PresenterChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

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

AxisModel

The first axis.

SecondAxis

Gets or sets the second axis.

Declaration

cs-api-definition
public AxisModel SecondAxis { get; set; }

Property Value

AxisModel

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()