Enum ChartRangePaddingType
Identifies range padding type enumeration.
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public enum ChartRangePaddingType
Fields
| Name | Description |
|---|---|
| Additional | If padding is less the half of an interval, range should be extended. |
| None | Range is not getting changed. |
| Normal | Range will be rounded to the interval. |