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 Spark
Declaration
public SparkCategoricalAxis()
Properties
GapLength
Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted Spark
Declaration
public double GapLength { get; set; }
Property Value
System.
|
PlotMode
Gets or sets the plot mode used to position points along the axis.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
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. A value from the axis values range. |
Returns
System. The location in pixesls. |