Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFChartNumericalPadding

    Show / Hide Table of Contents

    Class SFChartNumericalPadding

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

    Inheritance
    System.Object
    SFChartNumericalPadding
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public sealed class SFChartNumericalPadding : Enum

    Fields

    Additional

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

    Declaration
    public const SFChartNumericalPadding Additional
    Field Value
    Type Description
    SFChartNumericalPadding

    AppendInterval

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

    Declaration
    public const SFChartNumericalPadding AppendInterval
    Field Value
    Type Description
    SFChartNumericalPadding

    Auto

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

    Declaration
    public const SFChartNumericalPadding Auto
    Field Value
    Type Description
    SFChartNumericalPadding

    None

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

    Declaration
    public const SFChartNumericalPadding None
    Field Value
    Type Description
    SFChartNumericalPadding

    Normal

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

    Declaration
    public const SFChartNumericalPadding Normal
    Field Value
    Type Description
    SFChartNumericalPadding

    PrependInterval

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

    Declaration
    public const SFChartNumericalPadding PrependInterval
    Field Value
    Type Description
    SFChartNumericalPadding

    Round

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

    Declaration
    public const SFChartNumericalPadding Round
    Field Value
    Type Description
    SFChartNumericalPadding

    RoundEnd

    The visible range end round to nearest interval value.

    Declaration
    public const SFChartNumericalPadding RoundEnd
    Field Value
    Type Description
    SFChartNumericalPadding

    RoundStart

    The visible range start round to nearest interval value.

    Declaration
    public const SFChartNumericalPadding RoundStart
    Field Value
    Type Description
    SFChartNumericalPadding

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved