Class SparkCategoricalAxis
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SparkCategoricalAxis : SparkCartesianAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
SparkCategoricalAxis()
Initializes a new instance of the SparkCategoricalAxis class.
Declaration
public SparkCategoricalAxis()
Properties
GapLength
Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted SparkCartesianSeries position.
Declaration
public double GapLength { get; set; }
Property Value
System.Double
|
PlotMode
Gets or sets the plot mode used to position points along the axis.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
AxisPlotMode
|
Methods
GetLocationOfValue(Object)
Gets the location in pixels for the given value along the axis. The method takes into account whether the axis is vertical or horizontal.
Declaration
public override double GetLocationOfValue(object value)
Parameters
System.Object
value
A value from the axis values range. |
Returns
System.Double
The location in pixesls. |