Class SparkSeriesModelWithAxes<T>
Inheritance
System.Object
SparkSeriesModelWithAxes<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.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkSeriesModelWithAxes<T> : SparkDataPointSeriesModel<T>, IDisposable, INotifyPropertyChanged, ISparkSeriesModelWithAxes where T : SparkDataPoint
Type Parameters
T
|
Constructors
SparkSeriesModelWithAxes()
Declaration
public SparkSeriesModelWithAxes()
Properties
FirstAxis
Gets the first axis.
Declaration
public SparkAxisModel FirstAxis { get; }
Property Value
SparkAxisModel
The first axis. |
Implements
SecondAxis
Gets the second axis.
Declaration
public SparkAxisModel SecondAxis { get; }
Property Value
SparkAxisModel
The second axis. |
Implements
Methods
AttachAxis(SparkAxisModel, AxisType)
Attaches the axis.
Declaration
public virtual void AttachAxis(SparkAxisModel axis, AxisType type)
Parameters
SparkAxisModel
axis
The axis. |
AxisType
type
The type. |
Implements
DetachAxis(SparkAxisModel)
Detaches the axis.
Declaration
public void DetachAxis(SparkAxisModel axis)
Parameters
SparkAxisModel
axis
The axis. |