menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumericalPadding - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericalPadding

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

    Inheritance
    System.Object
    NumericalPadding
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class NumericalPadding : Enum

    Fields

    Additional

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

    Declaration
    public const NumericalPadding Additional
    Field Value
    Type
    NumericalPadding

    AppendInterval

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

    Declaration
    public const NumericalPadding AppendInterval
    Field Value
    Type
    NumericalPadding

    Auto

    RangePadding will be automatically chosen based on the orientation of the axis. Round padding for vertical axis and None padding for horizontal axis.

    Declaration
    public const NumericalPadding Auto
    Field Value
    Type
    NumericalPadding

    None

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

    Declaration
    public const NumericalPadding None
    Field Value
    Type
    NumericalPadding

    Normal

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

    Declaration
    public const NumericalPadding Normal
    Field Value
    Type
    NumericalPadding

    PrependInterval

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

    Declaration
    public const NumericalPadding PrependInterval
    Field Value
    Type
    NumericalPadding

    Round

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

    Declaration
    public const NumericalPadding Round
    Field Value
    Type
    NumericalPadding

    RoundEnd

    The visible range end round to nearest interval value.

    Declaration
    public const NumericalPadding RoundEnd
    Field Value
    Type
    NumericalPadding

    RoundStart

    The visible range start round to nearest interval value.

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