Class SeriesModelWithAxes<T>
Inheritance
System.Object
SeriesModelWithAxes<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class SeriesModelWithAxes<T> : DataPointSeriesModel<T>, IDisposable, INotifyPropertyChanged, ISeriesModelWithAxes where T : DataPoint
Type Parameters
T
|
Constructors
SeriesModelWithAxes()
Declaration
protected SeriesModelWithAxes()
Properties
FirstAxis
Gets the first axis.
Declaration
public AxisModel FirstAxis { get; }
Property Value
AxisModel
The first axis. |
SecondAxis
Gets the second axis.
Declaration
public AxisModel SecondAxis { get; }
Property Value
AxisModel
The second axis. |
Methods
AttachAxis(AxisModel, AxisType)
Attaches the axis.
Declaration
public virtual void AttachAxis(AxisModel axis, AxisType type)
Parameters
AxisModel
axis
The axis. |
AxisType
type
The type. |
DetachAxis(AxisModel)
Detaches the axis.
Declaration
public void DetachAxis(AxisModel axis)
Parameters
AxisModel
axis
The axis. |