Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Syntax:
C#
public class SparkSeriesModelWithAxes<T> : SparkDataPointSeriesModel<T>, IDisposable, INotifyPropertyChanged, ISparkSeriesModelWithAxes where T : SparkDataPoint
Inheritance: objectDisposableObjectPropertyBagObjectSparkNodeSparkElementSparkSeriesModelSparkDataPointSeriesModel<T>SparkSeriesModelWithAxes<T>...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public SparkSeriesModelWithAxes()
Properties
Gets the first axis.
C#
public SparkAxisModel FirstAxis { get; }
The first axis.
Implements:
Gets the second axis.
C#
public SparkAxisModel SecondAxis { get; }
The second axis.
Implements:
Methods
Attaches the axis.
C#
public virtual void AttachAxis(SparkAxisModel axis, AxisType type)
The axis.
typeAxisTypeThe type.
Implements:
Detaches the axis.