Enum ChartAxisRangePaddingType
Specifies the padding that will be applied when calculating the axis range.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAxisRangePaddingType
Fields
Name | Description |
---|---|
Calculate | Padding will be calculated when the axis range is computed. |
None | No padding will be applied to the Axis range. |