Class
NumericalAxis

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:

cs-api-definition
public class NumericalAxis : CartesianAxis

Inheritance: objectChartElementAxisCartesianAxisNumericalAxis

Inherited Members CartesianAxis.LocationPropertyCartesianAxis.LocationAxis.LabelFitModePropertyAxis.LabelFontSizePropertyAxis.LabelFormatPropertyAxis.LabelTextColorPropertyAxis.LineColorPropertyAxis.LineDashArrayPropertyAxis.MajorTickBackgroundColorPropertyAxis.MajorTickThicknessPropertyAxis.ShowLabelsPropertyAxis.LabelFormatterPropertyAxis.LabelFitModeAxis.LabelFontSizeAxis.LabelFormatterAxis.LabelFormatAxis.LabelTextColorAxis.LineColorAxis.LineDashArrayAxis.MajorTickBackgroundColorAxis.MajorTickThicknessAxis.ShowLabelsChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

NumericalAxis()

Declaration

cs-api-definition
public NumericalAxis()

Fields

MajorStepProperty

Identifies the MajorStep property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorStepProperty

Field Value

BindableProperty

MaximumProperty

Identifies the Maximum property.

Declaration

cs-api-definition
public static readonly BindableProperty MaximumProperty

Field Value

BindableProperty

MinimumProperty

Identifies the Minimum property.

Declaration

cs-api-definition
public static readonly BindableProperty MinimumProperty

Field Value

BindableProperty

RangeExtendDirectionProperty

Identifies the RangeExtendDirection property.

Declaration

cs-api-definition
public static readonly BindableProperty RangeExtendDirectionProperty

Field Value

BindableProperty

Properties

MajorStep

Gets or sets the MajorStep.

Declaration

cs-api-definition
public double MajorStep { get; set; }

Property Value

double

Maximum

Gets or sets the Maximum.

Declaration

cs-api-definition
public double Maximum { get; set; }

Property Value

double

Minimum

Gets or sets the Minimum.

Declaration

cs-api-definition
public double Minimum { get; set; }

Property Value

double

RangeExtendDirection

Gets or sets the RangeExtendDirection.

Declaration

cs-api-definition
public NumericalAxisRangeExtendDirection RangeExtendDirection { get; set; }

Property Value

NumericalAxisRangeExtendDirection

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.

Declaration

cs-api-definition
public override bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool

Overrides CartesianAxis.IsDefaultValue(string)