Class NumericalPadding
Represents range padding to the minimum and maximum extremes of the chart axis range for the NumericalAxis.
Inheritance
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public sealed class NumericalPadding : Enum
Fields
Additional
An additional interval will be added with the start and end visible ranges.
Declaration
public const NumericalPadding Additional
Field Value
Type |
---|
NumericalPadding |
AppendInterval
An additional interval will be appended to the end visible range.
Declaration
public const NumericalPadding AppendInterval
Field Value
Type |
---|
NumericalPadding |
Auto
RangePadding will be chosen automatically based on the axis orientation.
Declaration
public const NumericalPadding Auto
Field Value
Type |
---|
NumericalPadding |
None
The visible range specifies the exact minimum and maximum value of the item source.
Declaration
public const NumericalPadding None
Field Value
Type |
---|
NumericalPadding |
Normal
The visible range will be the actual range calculated from given items source and series types.
Declaration
public const NumericalPadding Normal
Field Value
Type |
---|
NumericalPadding |
PrependInterval
An additional interval will be prepended to the start visible range.
Declaration
public const NumericalPadding PrependInterval
Field Value
Type |
---|
NumericalPadding |
Round
The start and end visible ranges are rounded to the nearest interval value.
Declaration
public const NumericalPadding Round
Field Value
Type |
---|
NumericalPadding |
RoundEnd
The end visible range is rounded to the nearest interval value.
Declaration
public const NumericalPadding RoundEnd
Field Value
Type |
---|
NumericalPadding |
RoundStart
The start visible range is rounded to the nearest interval value.
Declaration
public const NumericalPadding RoundStart
Field Value
Type |
---|
NumericalPadding |