menu

WinForms

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

    Show / Hide Table of Contents

    Enum ChartAxisTickLabelDrawingMode

    Specifies the modes that is to be used for drawing tick labels on the axis.

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

    Fields

    Name Description
    AutomaticMode

    The ticks and tick labels are distributed uniformly along the axis with specified interval.

    BothUserAndAutomaticMode

    The user can specify the positions of labels and text of labels. The Automatic labels are also drawn.

    None

    The ticks and tick labels aren't drawing;

    UserMode

    The user can specify the positions of labels and text of labels .

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