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:
C#
public class DateTimeContinuousAxis : CartesianAxis
Inheritance: objectChartElementAxisCartesianAxisDateTimeContinuousAxis
Inherited Members
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 MajorStepUnit.
C#
public TimeInterval MajorStepUnit { get; set; }
Gets or sets the PlotMode.
C#
public AxisPlotMode PlotMode { get; set; }