New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a numerical axis in a Cartesian chart that works with numerical data.

Definition

Constructors

C#
public NumericalAxis()

Fields

MajorStepProperty

BindableProperty

Identifies the MajorStep property.

C#
public static readonly BindableProperty MajorStepProperty

MaximumProperty

BindableProperty

Identifies the Maximum property.

C#
public static readonly BindableProperty MaximumProperty

MinimumProperty

BindableProperty

Identifies the Minimum property.

C#
public static readonly BindableProperty MinimumProperty

Identifies the RangeExtendDirection property.

C#
public static readonly BindableProperty RangeExtendDirectionProperty

Properties

Gets or sets the MajorStep.

C#
public double MajorStep { get; set; }

Gets or sets the Maximum.

C#
public double Maximum { get; set; }

Gets or sets the Minimum.

C#
public double Minimum { get; set; }

Gets or sets the RangeExtendDirection.

C#
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public override bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool

Overrides: CartesianAxis.IsDefaultValue(string)