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.UI.Xaml.DependencyProperty
|
MajorStepProperty
Declaration
public static readonly DependencyProperty MajorStepProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MajorStepUnitProperty
Declaration
public static readonly DependencyProperty MajorStepUnitProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MaximumProperty
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MinimumProperty
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MinorTicksPerMajorProperty
Declaration
public static readonly DependencyProperty MinorTicksPerMajorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MinorTickStyleProperty
Declaration
public static readonly DependencyProperty MinorTickStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MinorTickTemplateProperty
Declaration
public static readonly DependencyProperty MinorTickTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PlotStretchProperty
Declaration
public static readonly DependencyProperty PlotStretchProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
ActualRange
Declaration
public ValueRange<DateTime> ActualRange { get; }
Property Value
|
ValueRange<System.DateTime>
|
GapLength
Declaration
public double GapLength { get; set; }
Property Value
|
System.Double
|
MajorStep
Declaration
public double MajorStep { get; set; }
Property Value
|
System.Double
|
MajorStepUnit
Maximum
Declaration
public DateTime Maximum { get; set; }
Property Value
|
System.DateTime
|
MaximumTicks
Declaration
public int MaximumTicks { get; set; }
Property Value
|
System.Int32
|
Minimum
Declaration
public DateTime Minimum { get; set; }
Property Value
|
System.DateTime
|
MinorTickLength
Declaration
public double MinorTickLength { get; set; }
Property Value
|
System.Double
|
MinorTickOffset
Declaration
public int MinorTickOffset { get; set; }
Property Value
|
System.Int32
|
MinorTicksPerMajor
Declaration
public int MinorTicksPerMajor { get; set; }
Property Value
|
System.Int32
|
MinorTickStyle
Declaration
public Style MinorTickStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
MinorTickTemplate
Declaration
public DataTemplate MinorTickTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
PlotMode
PlotStretch
Declaration
public DateTimePlotStretchMode PlotStretch { get; set; }
Property Value
|
DateTimePlotStretchMode
|
Methods
GetTickTemplate(TickType)
Declaration
protected override DataTemplate GetTickTemplate(TickType tickType)
Parameters
|
TickType
tickType
|
Returns
|
Microsoft.UI.Xaml.DataTemplate
|