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

Represents a cartesian axis for continuous date and time values in a chart.

Definition

Constructors

C#
public DateTimeContinuousAxis()

Fields

GapLengthProperty

BindableProperty

Identifies the GapLength property.

C#
public static readonly BindableProperty GapLengthProperty

MajorStepProperty

BindableProperty

Identifies the MajorStep property.

C#
public static readonly BindableProperty MajorStepProperty

MajorStepUnitProperty

BindableProperty

Identifies the MajorStepUnit property.

C#
public static readonly BindableProperty MajorStepUnitProperty

MaximumProperty

BindableProperty

Identifies the Maximum property.

C#
public static readonly BindableProperty MaximumProperty

MinimumProperty

BindableProperty

Identifies the Minimum property.

C#
public static readonly BindableProperty MinimumProperty

PlotModeProperty

BindableProperty

Identifies the PlotMode property.

C#
public static readonly BindableProperty PlotModeProperty

Properties

Gets or sets the GapLength.

C#
public double GapLength { get; set; }

Gets or sets the MajorStep.

C#
public double MajorStep { get; set; }

Gets or sets the MajorStepUnit.

C#
public TimeInterval MajorStepUnit { get; set; }

Gets or sets the Maximum.

C#
public DateTime Maximum { get; set; }

Gets or sets the Minimum.

C#
public DateTime Minimum { get; set; }

Gets or sets the PlotMode.

C#
public AxisPlotMode PlotMode { 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)