menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartRangePadding - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartRangePadding

    Defines the range padding of axis. They are: Auto - Padding Normal is applied for orientation vertical axis and None is applied for orientation horizontal axis. None - Padding cannot be applied to the axis. Normal - Padding is applied to the axis based on the range calculation. Additional - Interval of the axis is added as padding to the minimum and maximum values of the range. Round - Axis range is rounded to the nearest possible value divided by the interval.

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

    Fields

    Additional

    Declaration
    public const ChartRangePadding Additional
    Field Value
    Type
    ChartRangePadding

    Auto

    Declaration
    public const ChartRangePadding Auto
    Field Value
    Type
    ChartRangePadding

    None

    Declaration
    public const ChartRangePadding None
    Field Value
    Type
    ChartRangePadding

    Normal

    Declaration
    public const ChartRangePadding Normal
    Field Value
    Type
    ChartRangePadding

    Round

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