ClassNumericalAxis
Represents a numerical axis in a Cartesian chart that works with numerical data.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class NumericalAxis : CartesianAxis
Inheritance: objectChartElementAxisCartesianAxisNumericalAxis
Inherited Members
Constructors
NumericalAxis()
Declaration
public NumericalAxis()
Fields
MajorStepProperty
Identifies the MajorStep property.
Declaration
public static readonly BindableProperty MajorStepProperty
Field Value
BindableProperty
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
BindableProperty
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
BindableProperty
RangeExtendDirectionProperty
Identifies the RangeExtendDirection property.
Declaration
public static readonly BindableProperty RangeExtendDirectionProperty
Field Value
BindableProperty
Properties
MajorStep
Gets or sets the MajorStep.
Maximum
Gets or sets the Maximum.
Minimum
Gets or sets the Minimum.
RangeExtendDirection
Gets or sets the RangeExtendDirection.
Declaration
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }
Property Value
Methods
IsDefaultValue(string)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.