menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeRangePadding - WinUI 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.Chart.WinUI.dll
    Syntax
    public sealed class DateTimeRangePadding : Enum

    Fields

    Additional

    An additional interval will be added with the start and end visible ranges.

    Declaration
    public const DateTimeRangePadding Additional
    Field Value
    Type
    DateTimeRangePadding

    AppendInterval

    An additional interval will be appended to the end visible range.

    Declaration
    public const DateTimeRangePadding AppendInterval
    Field Value
    Type
    DateTimeRangePadding

    Auto

    RangePadding will be chosen automatically based on the axis orientation.

    Declaration
    public const DateTimeRangePadding Auto
    Field Value
    Type
    DateTimeRangePadding

    None

    The visible range specifies the exact minimum and maximum value of the item source.

    Declaration
    public const DateTimeRangePadding None
    Field Value
    Type
    DateTimeRangePadding

    PrependInterval

    An additional interval will be prepended to the start visible range.

    Declaration
    public const DateTimeRangePadding PrependInterval
    Field Value
    Type
    DateTimeRangePadding

    Round

    The start and end visible ranges are rounded to the nearest interval value.

    Declaration
    public const DateTimeRangePadding Round
    Field Value
    Type
    DateTimeRangePadding

    RoundEnd

    The end visible range is rounded to the nearest interval value.

    Declaration
    public const DateTimeRangePadding RoundEnd
    Field Value
    Type
    DateTimeRangePadding

    RoundStart

    The start visible range is rounded to the nearest interval value.

    Declaration
    public const DateTimeRangePadding RoundStart
    Field Value
    Type
    DateTimeRangePadding
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved