Class DateTimeContinuousAxis
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class DateTimeContinuousAxis : CartesianAxis, IParentElement, IChildElement
Constructors
DateTimeContinuousAxis()
Declaration
public DateTimeContinuousAxis()
Fields
GapLengthProperty
Identifies the GapLength property.
Declaration
public static readonly BindableProperty GapLengthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MajorStepProperty
Identifies the MajorStep property.
Declaration
public static readonly BindableProperty MajorStepProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MajorStepUnitProperty
Identifies the MajorStepUnit property.
Declaration
public static readonly BindableProperty MajorStepUnitProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PlotModeProperty
Identifies the PlotMode property.
Declaration
public static readonly BindableProperty PlotModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
GapLength
Gets or sets the GapLength.
Declaration
public double GapLength { get; set; }
Property Value
System.Double
|
MajorStep
Gets or sets the MajorStep.
Declaration
public double MajorStep { get; set; }
Property Value
System.Double
|
MajorStepUnit
Gets or sets the MajorStepUnit.
Declaration
public TimeInterval MajorStepUnit { get; set; }
Property Value
TimeInterval
|
Maximum
Gets or sets the Maximum.
Declaration
public DateTime Maximum { get; set; }
Property Value
System.DateTime
|
Minimum
Gets or sets the Minimum.
Declaration
public DateTime Minimum { get; set; }
Property Value
System.DateTime
|
PlotMode
Gets or sets the PlotMode.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
AxisPlotMode
|
Methods
IsDefaultValue(String)
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|