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