ClassDateTimeContinuousAxis
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:
public class DateTimeContinuousAxis : CartesianAxis
Inheritance: objectChartElementAxisCartesianAxisDateTimeContinuousAxis
Inherited Members
Constructors
DateTimeContinuousAxis()
Declaration
public DateTimeContinuousAxis()
Fields
GapLengthProperty
Identifies the GapLength property.
Declaration
public static readonly BindableProperty GapLengthProperty
Field Value
BindableProperty
MajorStepProperty
Identifies the MajorStep property.
Declaration
public static readonly BindableProperty MajorStepProperty
Field Value
BindableProperty
MajorStepUnitProperty
Identifies the MajorStepUnit property.
Declaration
public static readonly BindableProperty MajorStepUnitProperty
Field Value
BindableProperty
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
BindableProperty
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
BindableProperty
PlotModeProperty
Identifies the PlotMode property.
Declaration
public static readonly BindableProperty PlotModeProperty
Field Value
BindableProperty
Properties
GapLength
Gets or sets the GapLength.
MajorStep
Gets or sets the MajorStep.
MajorStepUnit
Gets or sets the MajorStepUnit.
Declaration
public TimeInterval MajorStepUnit { get; set; }
Property Value
Maximum
Gets or sets the Maximum.
Minimum
Gets or sets the Minimum.
PlotMode
Gets or sets the PlotMode.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
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.