ClassSparkCategoricalAxis
Class
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SparkCategoricalAxis : SparkCartesianAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAxisSparkCartesianAxisSparkCategoricalAxis
Implements:
Inherited Members
Constructors
SparkCategoricalAxis()
Initializes a new instance of the SparkCategoricalAxis class.
Declaration
cs-api-definition
public SparkCategoricalAxis()
Properties
GapLength
Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted SparkCartesianSeries position.
PlotMode
Gets or sets the plot mode used to position points along the axis.
Declaration
cs-api-definition
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.