menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum NumericalPadding - API Reference

    Show / Hide Table of Contents

    Enum NumericalPadding

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

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

    Fields

    Name Description
    Additional

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

    AppendInterval

    The visible range end 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.

    Normal

    The visible range will be the actual range calculated from given items source and series types.

    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 - 2023 Syncfusion Inc. All Rights Reserved