Blazor

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

    Show / Hide Table of Contents

    Class ChartRangePadding

    Specifies the range padding of axis.

    Inheritance
    System.Object
    ChartRangePadding
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ChartRangePadding : Enum

    Fields

    Additional

    Defines interval of the axis is added as padding to the minimum and maximum values of the range.

    Declaration
    public const ChartRangePadding Additional
    Field Value
    Type Description
    ChartRangePadding

    Auto

    Defines auto padding to be applied to the axis.

    Declaration
    public const ChartRangePadding Auto
    Field Value
    Type Description
    ChartRangePadding

    None

    Defines padding cannot be applied to the axis.

    Declaration
    public const ChartRangePadding None
    Field Value
    Type Description
    ChartRangePadding

    Normal

    Defines padding is applied to the axis based on the range calculation.

    Declaration
    public const ChartRangePadding Normal
    Field Value
    Type Description
    ChartRangePadding

    Round

    Defines axis range is rounded to the nearest possible value divided by the interval.

    Declaration
    public const ChartRangePadding Round
    Field Value
    Type Description
    ChartRangePadding

    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