ClassSparkLinearAxis
Definition
Namespace:Telerik.WinControls.UI.Sparkline
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SparkLinearAxis : SparkNumericalAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkAxisSparkCartesianAxisSparkNumericalAxisSparkLinearAxis
Implements:
Inherited Members
Constructors
SparkLinearAxis()
Initializes a new instance of the SparkLinearAxis class.
Declaration
public SparkLinearAxis()
Properties
MajorStep
Gets or sets the major step between each axis tick. By default the axis itself will calculate the major step, depending on the plotted data points.
Declaration
public double MajorStep { get; set; }
Property Value
Remarks
You can reset this property by setting it to 0 to restore the default behavior.
TickOrigin
Gets or sets a value that indicates where the ticks originate. The position of the ticks is determined based
on the combination of the MajorStep and TickOrigin values. The axis will
generate the ticks and labels in a way so that a label would be positioned at the given TickOrigin.