alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartAxisTickDrawingOperationMode

    Specifies the drawing mode of the tick lines.

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

    Fields

    IntervalFixed

    In this mode, the interval always remains unchanged during zooming.

    Declaration
    public const ChartAxisTickDrawingOperationMode IntervalFixed
    Field Value
    Type
    ChartAxisTickDrawingOperationMode

    NumberOfIntervalsFixed

    In this mode, only number of intervals matters, and it is kept constant during zooming. Also there is always full number of intervals on axis.

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