Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Type Parameters:
T
Syntax:
C#
public abstract class SeriesModelWithAxes<T> : DataPointSeriesModel<T>, IDisposable, INotifyPropertyChanged where T : DataPoint
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementChartSeriesModelDataPointSeriesModel<T>SeriesModelWithAxes<T>...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected SeriesModelWithAxes()
Properties
Gets the first axis.
C#
public AxisModel FirstAxis { get; }
The first axis.
Gets the second axis.
C#
public AxisModel SecondAxis { get; }
The second axis.
Methods
Detaches the axis.