Class SFChartDateTimePadding
Represents range padding to the minimum and maximum extremes of the chart axis range for the SFDateTimeAxis.
Inheritance
System.Object
SFChartDateTimePadding
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartDateTimePadding : Enum
Fields
Additional
The visible range start and end will be added with an additional interval.
Declaration
public const SFChartDateTimePadding Additional
Field Value
Type |
---|
SFChartDateTimePadding |
AppendInterval
The visible range start will be appended with an additional interval.
Declaration
public const SFChartDateTimePadding AppendInterval
Field Value
Type |
---|
SFChartDateTimePadding |
Auto
RangePadding will be automatically chosen based on the orientation of the axis.
Declaration
public const SFChartDateTimePadding Auto
Field Value
Type |
---|
SFChartDateTimePadding |
None
The visible range sets to exact minimum and maximum value of the items source.
Declaration
public const SFChartDateTimePadding None
Field Value
Type |
---|
SFChartDateTimePadding |
PrependInterval
The visible range start will be prepended with an additional interval.
Declaration
public const SFChartDateTimePadding PrependInterval
Field Value
Type |
---|
SFChartDateTimePadding |
Round
The visible range start and end round to nearest interval value.
Declaration
public const SFChartDateTimePadding Round
Field Value
Type |
---|
SFChartDateTimePadding |
RoundEnd
The visible range end round to nearest interval value.
Declaration
public const SFChartDateTimePadding RoundEnd
Field Value
Type |
---|
SFChartDateTimePadding |
RoundStart
The visible range start round to nearest interval value.
Declaration
public const SFChartDateTimePadding RoundStart
Field Value
Type |
---|
SFChartDateTimePadding |