alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartAxisLocationType

    Specifies the location type of the axis.

    Inheritance
    System.Object
    ChartAxisLocationType
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartAxisLocationType : Enum

    Fields

    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).

    Declaration
    public const ChartAxisLocationType AntiLabelCut
    Field Value
    Type
    ChartAxisLocationType

    Auto

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

    Declaration
    public const ChartAxisLocationType Auto
    Field Value
    Type
    ChartAxisLocationType

    Set

    The user will have ability to set axis location manually.

    Declaration
    public const ChartAxisLocationType Set
    Field Value
    Type
    ChartAxisLocationType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved