Class
DateTimeContinuousAxis

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

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class DateTimeContinuousAxis : CartesianAxis

Inheritance: objectChartElementAxisCartesianAxisDateTimeContinuousAxis

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

DateTimeContinuousAxis()

Declaration

cs-api-definition
public DateTimeContinuousAxis()

Fields

GapLengthProperty

Identifies the GapLength property.

Declaration

cs-api-definition
public static readonly BindableProperty GapLengthProperty

Field Value

BindableProperty

MajorStepProperty

Identifies the MajorStep property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorStepProperty

Field Value

BindableProperty

MajorStepUnitProperty

Identifies the MajorStepUnit property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorStepUnitProperty

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

PlotModeProperty

Identifies the PlotMode property.

Declaration

cs-api-definition
public static readonly BindableProperty PlotModeProperty

Field Value

BindableProperty

Properties

GapLength

Gets or sets the GapLength.

Declaration

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

Property Value

double

MajorStep

Gets or sets the MajorStep.

Declaration

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

Property Value

double

MajorStepUnit

Gets or sets the MajorStepUnit.

Declaration

cs-api-definition
public TimeInterval MajorStepUnit { get; set; }

Property Value

TimeInterval

Maximum

Gets or sets the Maximum.

Declaration

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

Property Value

DateTime

Minimum

Gets or sets the Minimum.

Declaration

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

Property Value

DateTime

PlotMode

Gets or sets the PlotMode.

Declaration

cs-api-definition
public AxisPlotMode PlotMode { get; set; }

Property Value

AxisPlotMode

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)