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 Gap
Declaration
public static readonly BindableProperty GapLengthProperty
Field Value
Microsoft.
|
MajorStepProperty
Identifies the Major
Declaration
public static readonly BindableProperty MajorStepProperty
Field Value
Microsoft.
|
MajorStepUnitProperty
Identifies the Major
Declaration
public static readonly BindableProperty MajorStepUnitProperty
Field Value
Microsoft.
|
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.
|
PlotModeProperty
Identifies the Plot
Declaration
public static readonly BindableProperty PlotModeProperty
Field Value
Microsoft.
|
Properties
GapLength
Gets or sets the GapLength.
Declaration
public double GapLength { get; set; }
Property Value
System.
|
MajorStep
Gets or sets the MajorStep.
Declaration
public double MajorStep { get; set; }
Property Value
System.
|
MajorStepUnit
Gets or sets the MajorStepUnit.
Declaration
public TimeInterval MajorStepUnit { get; set; }
Property Value
Maximum
Gets or sets the Maximum.
Declaration
public DateTime Maximum { get; set; }
Property Value
System.
|
Minimum
Gets or sets the Minimum.
Declaration
public DateTime Minimum { get; set; }
Property Value
System.
|
PlotMode
Gets or sets the PlotMode.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
Methods
IsDefaultValue(String)
Declaration
public override bool IsDefaultValue(string propertyName)
Parameters
System.
|
Returns
System.
|