Class ChartAxisRangePaddingType
Specifies the padding that will be applied when calculating the axis range.
Inheritance
System.Object
ChartAxisRangePaddingType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxisRangePaddingType : Enum
Fields
Calculate
Padding will be calculated when the axis range is computed.
Declaration
public const ChartAxisRangePaddingType Calculate
Field Value
| Type |
|---|
| ChartAxisRangePaddingType |
None
No padding will be applied to the Axis range.
Declaration
public const ChartAxisRangePaddingType None
Field Value
| Type |
|---|
| ChartAxisRangePaddingType |