menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRangePadding - Blazor API Reference | Syncfusion

    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

    Interval of the axis is added as padding to the min and max values of the range.

    Declaration
    public const ChartRangePadding Additional
    Field Value
    Type
    ChartRangePadding

    Auto

    Automatic padding is applied to the axis.

    Declaration
    public const ChartRangePadding Auto
    Field Value
    Type
    ChartRangePadding

    None

    Padding is not applied to the axis.

    Declaration
    public const ChartRangePadding None
    Field Value
    Type
    ChartRangePadding

    Normal

    Padding is applied to the axis based on the range calculation.

    Declaration
    public const ChartRangePadding Normal
    Field Value
    Type
    ChartRangePadding

    Round

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

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