Enum ChartRangePadding
Specifies the range padding of axis.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ChartRangePadding
Fields
| Name | Description |
|---|---|
| Additional | Defines interval of the axis is added as padding to the minimum and maximum values of the range. |
| Auto | Defines auto padding to be applied to the axis. |
| None | Defines padding cannot be applied to the axis. |
| Normal | Defines padding is applied to the axis based on the range calculation. |
| Round | Defines axis range is rounded to the nearest possible value divided by the interval. |