menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartAxisLocationType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum ChartAxisLocationType

    Specifies the location type of the axis.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public enum ChartAxisLocationType

    Fields

    Name Description
    AntiLabelCut

    Axis thickness will be calculated and axis will placed automatically by control to prevent labels cutting by sides of control. During this process one coordinate of axis location is preserved (x coordinate for horizontal axis and y for vertical axis).

    Auto

    Axis will be placed automatically by control to prevent overlapping with labels.

    Set

    The user will have ability to set axis location manually.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved