WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum DateTimeRangePadding - WPF API Reference | Syncfusion DateTimeAxis. ">

    Show / Hide Table of Contents

    Enum DateTimeRangePadding

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

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public enum DateTimeRangePadding

    Fields

    Name Description
    Additional

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

    AppendInterval

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

    Auto

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

    None

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

    PrependInterval

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

    Round

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

    RoundEnd

    The visible range end round to nearest interval value.

    RoundStart

    The visible range start round to nearest interval value.

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