Class SFChartNumericalPadding
Represents range padding to the minimum and maximum extremes of the chart axis range for the SFNumericalAxis.
Inheritance
System.Object
SFChartNumericalPadding
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public sealed class SFChartNumericalPadding : Enum
Fields
Additional
The visible range start and end will be added with an additional interval.
Declaration
public const SFChartNumericalPadding Additional
Field Value
AppendInterval
The visible range end will be appended with an additional interval.
Declaration
public const SFChartNumericalPadding AppendInterval
Field Value
Auto
RangePadding will be automatically chosen based on the orientation of the axis.
Declaration
public const SFChartNumericalPadding Auto
Field Value
None
The visible range sets to exact minimum and maximum value of the items source.
Declaration
public const SFChartNumericalPadding None
Field Value
Normal
The visible range will be the actual range calculated from given items source and series types.
Declaration
public const SFChartNumericalPadding Normal
Field Value
PrependInterval
The visible range start will be prepended with an additional interval.
Declaration
public const SFChartNumericalPadding PrependInterval
Field Value
Round
The visible range start and end round to nearest interval value.
Declaration
public const SFChartNumericalPadding Round
Field Value
RoundEnd
The visible range end round to nearest interval value.
Declaration
public const SFChartNumericalPadding RoundEnd
Field Value
RoundStart
The visible range start round to nearest interval value.
Declaration
public const SFChartNumericalPadding RoundStart