Class DateTimeAxis
Inheritance
System.Object
DateTimeAxis
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class DateTimeAxis : RangeAxisBase, IRangeAxis
Constructors
DateTimeAxis()
Declaration
Fields
Using a DependencyProperty as the backing store for AutoScrollingDeltaType. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AutoScrollingDeltaTypeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
IntervalProperty
The DependencyProperty for Interval property.
Declaration
public static readonly DependencyProperty IntervalProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
IntervalTypeProperty
Declaration
public static readonly DependencyProperty IntervalTypeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
MaximumProperty
The DependencyProperty for Maximum property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
MinimumProperty
The DependencyProperty for Minimum property.
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
RangePaddingProperty
Declaration
public static readonly DependencyProperty RangePaddingProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
Declaration
public DateTimeIntervalType AutoScrollingDeltaType { get; set; }
Property Value
Interval
Declaration
public double Interval { get; set; }
Property Value
Type |
Description |
System.Double |
|
IntervalType
Declaration
public DateTimeIntervalType IntervalType { get; set; }
Property Value
Maximum
Declaration
public object Maximum { get; set; }
Property Value
Type |
Description |
System.Object |
|
Minimum
Declaration
public object Minimum { get; set; }
Property Value
Type |
Description |
System.Object |
|
RangePadding
Declaration
public DateTimeRangePadding RangePadding { get; set; }
Property Value
Methods
CalculateVisibleRange(DoubleRange, Size)
Declaration
protected override DoubleRange CalculateVisibleRange(DoubleRange actualRange, Size availableSize)
Parameters
Type |
Name |
Description |
DoubleRange |
actualRange |
|
Windows.Foundation.Size |
availableSize |
|
Returns
Overrides
Implements