NumericalAxis
Class
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:
C#
public class NumericalAxis : CartesianAxis
Inheritance: objectChartElementAxisCartesianAxisNumericalAxis
Inherited Members
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
RangeExtendDirectionProperty
BindableProperty
Identifies the RangeExtendDirection property.
C#
public static readonly BindableProperty RangeExtendDirectionProperty
Properties
Gets or sets the RangeExtendDirection.
C#
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }