Class LinearAxis
Represents a linear numerical axis that displays data along a continuous scale with evenly spaced ticks.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class LinearAxis : NumericalAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
LinearAxis()
Properties
MajorStep
Gets or sets the major step interval between axis ticks. When set to 0, the axis automatically calculates the optimal step based on the data range.
Declaration
public double MajorStep { get; set; }
Property Value
System.Double
|
TickOrigin
Gets or sets the origin point for tick positioning, used in combination with MajorStep to determine tick placement.
Declaration
public decimal? TickOrigin { get; set; }
Property Value
System.Nullable<System.Decimal>
|