Class
SeriesModelWithAxes<T>

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Type Parameters:

T

Syntax:

cs-api-definition
public abstract class SeriesModelWithAxes<T> : DataPointSeriesModel<T>, IDisposable, INotifyPropertyChanged where T : DataPoint

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<T>SeriesModelWithAxes<T>

Derived Classes: OhlcSeriesModelRangeSeriesBaseModelWaterfallSeriesModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members DataPointSeriesModel<T>.DataPointsChartElement.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

SeriesModelWithAxes()

Declaration

cs-api-definition
protected SeriesModelWithAxes()

Properties

FirstAxis

Gets the first axis.

Declaration

cs-api-definition
public AxisModel FirstAxis { get; }

Property Value

AxisModel

The first axis.

SecondAxis

Gets the second axis.

Declaration

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

Property Value

AxisModel

The second axis.

Methods

AttachAxis(AxisModel, AxisType)

Attaches the axis.

Declaration

cs-api-definition
public virtual void AttachAxis(AxisModel axis, AxisType type)

Parameters

axis

AxisModel

The axis.

type

AxisType

The type.

DetachAxis(AxisModel)

Detaches the axis.

Declaration

cs-api-definition
public void DetachAxis(AxisModel axis)

Parameters

axis

AxisModel

The axis.