ClassLinearAxis
Class
Represents a NumericalAxis which step is linear.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class LinearAxis : NumericalAxis, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterAxisLineAxisCartesianAxisNumericalAxisLinearAxis
Implements:
Inherited Members
Constructors
LinearAxis()
Initializes a new instance of the LinearAxis class.
Declaration
cs-api-definition
public LinearAxis()
Fields
MajorStepProperty
Identifies the MajorStep dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty MajorStepProperty
Field Value
DependencyProperty
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
cs-api-definition
public double MajorStep { get; set; }
Property Value
Remarks
You can reset this property by setting it to 0 to restore the default behavior.