Enum DateTimeRangePadding
Represents range padding to the minimum and maximum extremes of the chart axis range for the DateTimeAxis.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum DateTimeRangePadding
Fields
Name | Description |
---|---|
Additional | The visible range start and end will be added with an additional interval. |
AppendInterval | The visible range start will be appended with an additional interval. |
Auto | RangePadding will be automatically chosen based on the orientation of the axis. |
None | The visible range sets to exact minimum and maximum value of the items source. |
PrependInterval | The visible range start will be prepended with an additional interval. |
Round | The visible range start and end round to nearest interval value. |
RoundEnd | The visible range end round to nearest interval value. |
RoundStart | The visible range start round to nearest interval value. |