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
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class ChartRangePadding : Enum
Fields
Additional
Declaration
public const ChartRangePadding Additional
Field Value
Auto
Declaration
public const ChartRangePadding Auto
Field Value
None
Declaration
public const ChartRangePadding None
Field Value
Normal
Declaration
public const ChartRangePadding Normal
Field Value
Round
Declaration
public const ChartRangePadding Round
Field Value