ClassSeriesModelWithAxes<T>
Class
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:
Implements:
Inherited Members
Constructors
SeriesModelWithAxes()
Declaration
cs-api-definition
protected SeriesModelWithAxes()
Properties
FirstAxis
Gets the first axis.
Declaration
cs-api-definition
public AxisModel FirstAxis { get; }
Property Value
The first axis.
SecondAxis
Gets the second axis.
Declaration
cs-api-definition
public AxisModel SecondAxis { get; }
Property Value
The second axis.
Methods
AttachAxis(AxisModel, AxisType)
Attaches the axis.
DetachAxis(AxisModel)
Detaches the axis.
Declaration
cs-api-definition
public void DetachAxis(AxisModel axis)
Parameters
axis
The axis.