menu

Document Processing

ExcelTickMark Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelTickMark Class

    Specifies the position of major and minor tick marks for an axis.

    Inheritance
    System.Object
    ExcelTickMark
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public sealed class ExcelTickMark : Enum

    Fields

    TickMark_Cross

    Crosses the axis.

    Declaration
    public const ExcelTickMark TickMark_Cross
    Field Value
    Type
    ExcelTickMark

    TickMark_Inside

    Inside the axis.

    Declaration
    public const ExcelTickMark TickMark_Inside
    Field Value
    Type
    ExcelTickMark

    TickMark_None

    No mark.

    Declaration
    public const ExcelTickMark TickMark_None
    Field Value
    Type
    ExcelTickMark

    TickMark_Outside

    Outside the axis.

    Declaration
    public const ExcelTickMark TickMark_Outside
    Field Value
    Type
    ExcelTickMark
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved