Class DateTimeContinuousAxis
Inheritance
System.Object
DateTimeContinuousAxis
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DateTimeContinuousAxis : CartesianAxis, IChartElementPresenter, IElementPresenter
Constructors
DateTimeContinuousAxis()
Declaration
public DateTimeContinuousAxis()
Fields
GapLengthProperty
Declaration
public static readonly DependencyProperty GapLengthProperty
Field Value
Microsoft.
|
MajorStepProperty
Declaration
public static readonly DependencyProperty MajorStepProperty
Field Value
Microsoft.
|
MajorStepUnitProperty
Declaration
public static readonly DependencyProperty MajorStepUnitProperty
Field Value
Microsoft.
|
MaximumProperty
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
Microsoft.
|
MinorTicksPerMajorProperty
Declaration
public static readonly DependencyProperty MinorTicksPerMajorProperty
Field Value
Microsoft.
|
MinorTickStyleProperty
Declaration
public static readonly DependencyProperty MinorTickStyleProperty
Field Value
Microsoft.
|
MinorTickTemplateProperty
Declaration
public static readonly DependencyProperty MinorTickTemplateProperty
Field Value
Microsoft.
|
PlotStretchProperty
Declaration
public static readonly DependencyProperty PlotStretchProperty
Field Value
Microsoft.
|
Properties
ActualRange
Declaration
public ValueRange<DateTime> ActualRange { get; }
Property Value
Value
|
GapLength
Declaration
public double GapLength { get; set; }
Property Value
System.
|
MajorStep
Declaration
public double MajorStep { get; set; }
Property Value
System.
|
MajorStepUnit
Maximum
Declaration
public DateTime Maximum { get; set; }
Property Value
System.
|
MaximumTicks
Declaration
public int MaximumTicks { get; set; }
Property Value
System.
|
Minimum
Declaration
public DateTime Minimum { get; set; }
Property Value
System.
|
MinorTickLength
Declaration
public double MinorTickLength { get; set; }
Property Value
System.
|
MinorTickOffset
Declaration
public int MinorTickOffset { get; set; }
Property Value
System.
|
MinorTicksPerMajor
Declaration
public int MinorTicksPerMajor { get; set; }
Property Value
System.
|
MinorTickStyle
Declaration
public Style MinorTickStyle { get; set; }
Property Value
Microsoft.
|
MinorTickTemplate
Declaration
public DataTemplate MinorTickTemplate { get; set; }
Property Value
Microsoft.
|
PlotMode
PlotStretch
Declaration
public DateTimePlotStretchMode PlotStretch { get; set; }
Property Value
Methods
GetTickTemplate(TickType)
Declaration
protected override DataTemplate GetTickTemplate(TickType tickType)
Parameters
Tick
|
Returns
Microsoft.
|