Class ChartRangePadding
Specifies the range padding of axis.
Inheritance
System.Object
ChartRangePadding
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ChartRangePadding : Enum
Fields
Additional
Defines interval of the axis is added as padding to the minimum and maximum values of the range.
Declaration
public const ChartRangePadding Additional
Field Value
Type |
---|
ChartRangePadding |
Auto
Defines auto padding to be applied to the axis.
Declaration
public const ChartRangePadding Auto
Field Value
Type |
---|
ChartRangePadding |
None
Defines padding cannot be applied to the axis.
Declaration
public const ChartRangePadding None
Field Value
Type |
---|
ChartRangePadding |
Normal
Defines padding is applied to the axis based on the range calculation.
Declaration
public const ChartRangePadding Normal
Field Value
Type |
---|
ChartRangePadding |
Round
Defines axis range is rounded to the nearest possible value divided by the interval.
Declaration
public const ChartRangePadding Round
Field Value
Type |
---|
ChartRangePadding |