alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved