WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeAxis - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimeAxis

    Inheritance
    System.Object
    ChartAxis
    ChartAxisBase2D
    RangeAxisBase
    DateTimeAxis
    Implements
    IRangeAxis
    Inherited Members
    RangeAxisBase.MinorTicksPerIntervalProperty
    RangeAxisBase.MinorTickLineSizeProperty
    RangeAxisBase.MinorTicksPerInterval
    RangeAxisBase.MinorTickLineSize
    RangeAxisBase.IRangeAxis.Range
    ChartAxisBase2D.AutoScrollingModeProperty
    ChartAxisBase2D.AutoScrollingDeltaProperty
    ChartAxisBase2D.ZoomPositionProperty
    ChartAxisBase2D.ZoomFactorProperty
    ChartAxisBase2D.CalculateVisibleInterval(DoubleRange, Size)
    ChartAxisBase2D.OnApplyTemplate()
    ChartAxisBase2D.AutoScrollingMode
    ChartAxisBase2D.AutoScrollingDelta
    ChartAxisBase2D.ZoomPosition
    ChartAxisBase2D.ZoomFactor
    ChartAxis.LabelFormatProperty
    ChartAxis.PlotOffsetStartProperty
    ChartAxis.PlotOffsetEndProperty
    ChartAxis.AxisLineOffsetProperty
    ChartAxis.LabelIntersectActionProperty
    ChartAxis.LabelExtentProperty
    ChartAxis.LabelRotationAngleProperty
    ChartAxis.AxisLineStyleProperty
    ChartAxis.OpposedPositionProperty
    ChartAxis.HeaderProperty
    ChartAxis.HeaderStyleProperty
    ChartAxis.HeaderTemplateProperty
    ChartAxis.TickLineSizeProperty
    ChartAxis.IsInversedProperty
    ChartAxis.EdgeLabelsDrawingModeProperty
    ChartAxis.EdgeLabelsVisibilityModeProperty
    ChartAxis.MajorGridLineStyleProperty
    ChartAxis.MinorGridLineStyleProperty
    ChartAxis.MajorTickLineStyleProperty
    ChartAxis.MinorTickLineStyleProperty
    ChartAxis.ShowTrackballInfoProperty
    ChartAxis.TrackballLabelTemplateProperty
    ChartAxis.CrosshairLabelTemplateProperty
    ChartAxis.ShowGridLinesProperty
    ChartAxis.LabelStyleProperty
    ChartAxis.LabelTemplateProperty
    ChartAxis.EnableAutoIntervalOnZoomingProperty
    ChartAxis.MeasureOverride(Size)
    ChartAxis.LabelFormat
    ChartAxis.PlotOffsetStart
    ChartAxis.PlotOffsetEnd
    ChartAxis.AxisLineOffset
    ChartAxis.LabelIntersectAction
    ChartAxis.LabelExtent
    ChartAxis.LabelRotationAngle
    ChartAxis.AxisLineStyle
    ChartAxis.OpposedPosition
    ChartAxis.Header
    ChartAxis.HeaderStyle
    ChartAxis.HeaderTemplate
    ChartAxis.TickLineSize
    ChartAxis.IsInversed
    ChartAxis.EdgeLabelsDrawingMode
    ChartAxis.EdgeLabelsVisibilityMode
    ChartAxis.MajorGridLineStyle
    ChartAxis.MinorGridLineStyle
    ChartAxis.MajorTickLineStyle
    ChartAxis.MinorTickLineStyle
    ChartAxis.ShowTrackballInfo
    ChartAxis.TrackballLabelTemplate
    ChartAxis.CrosshairLabelTemplate
    ChartAxis.ShowGridLines
    ChartAxis.EnableAutoIntervalOnZooming
    ChartAxis.LabelStyle
    ChartAxis.LabelTemplate
    ChartAxis.ActualRangeChanged
    ChartAxis.LabelCreated
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class DateTimeAxis : RangeAxisBase, IRangeAxis

    Constructors

    DateTimeAxis()

    Declaration
    public DateTimeAxis()

    Fields

    AutoScrollingDeltaTypeProperty

    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

    The DependencyProperty for IntervalType property.

    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

    The DependencyProperty for RangePadding property.

    Declaration
    public static readonly DependencyProperty RangePaddingProperty
    Field Value
    Type Description
    Microsoft.UI.Xaml.DependencyProperty

    Properties

    AutoScrollingDeltaType

    Declaration
    public DateTimeIntervalType AutoScrollingDeltaType { get; set; }
    Property Value
    Type Description
    DateTimeIntervalType

    Interval

    Declaration
    public double Interval { get; set; }
    Property Value
    Type Description
    System.Double

    IntervalType

    Declaration
    public DateTimeIntervalType IntervalType { get; set; }
    Property Value
    Type Description
    DateTimeIntervalType

    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
    Type Description
    DateTimeRangePadding

    Methods

    CalculateVisibleRange(DoubleRange, Size)

    Declaration
    protected override DoubleRange CalculateVisibleRange(DoubleRange actualRange, Size availableSize)
    Parameters
    Type Name Description
    DoubleRange actualRange
    Windows.Foundation.Size availableSize
    Returns
    Type Description
    DoubleRange
    Overrides
    ChartAxisBase2D.CalculateVisibleRange(DoubleRange, Size)

    Implements

    IRangeAxis
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved