menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeRangePadding - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimeRangePadding

    Represents range padding to the minimum and maximum extremes of the chart axis range for the DateTimeAxis.

    Inheritance
    System.Object
    DateTimeRangePadding
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public sealed class DateTimeRangePadding : Enum

    Fields

    Additional

    The visible range start and end will be added with an additional interval.

    Declaration
    public const DateTimeRangePadding Additional
    Field Value
    Type
    DateTimeRangePadding

    AppendInterval

    The visible range start will be appended with an additional interval.

    Declaration
    public const DateTimeRangePadding AppendInterval
    Field Value
    Type
    DateTimeRangePadding

    Auto

    RangePadding will be automatically chosen based on the orientation of the axis.

    Declaration
    public const DateTimeRangePadding Auto
    Field Value
    Type
    DateTimeRangePadding

    None

    The visible range sets to exact minimum and maximum value of the items source.

    Declaration
    public const DateTimeRangePadding None
    Field Value
    Type
    DateTimeRangePadding

    PrependInterval

    The visible range start will be prepended with an additional interval.

    Declaration
    public const DateTimeRangePadding PrependInterval
    Field Value
    Type
    DateTimeRangePadding

    Round

    The visible range start and end round to nearest interval value.

    Declaration
    public const DateTimeRangePadding Round
    Field Value
    Type
    DateTimeRangePadding

    RoundEnd

    The visible range end round to nearest interval value.

    Declaration
    public const DateTimeRangePadding RoundEnd
    Field Value
    Type
    DateTimeRangePadding

    RoundStart

    The visible range start round to nearest interval value.

    Declaration
    public const DateTimeRangePadding RoundStart
    Field Value
    Type
    DateTimeRangePadding

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved