Enum ChartRangePadding
Specifies the range padding of axis.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ChartRangePadding
Fields
| Name | Description |
|---|---|
| Additional | Interval of the axis is added as padding to the min and max values of the range. |
| Auto | Automatic padding is applied to the axis. |
| None | Padding is not applied to the axis. |
| Normal | Padding is applied to the axis based on the range calculation. |
| Round | Axis range is rounded to the nearest possible value divided by the interval. |