Enum ChartRangePadding
Defines the range padding of axis. They are 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.
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public enum ChartRangePadding
Fields
Name | Description |
---|---|
Additional | |
Auto | |
None | |
Normal | |
Round |