ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelTickMark - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelTickMark

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

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

    Fields

    TickMark_Cross

    Crosses the axis.

    Declaration
    public const ExcelTickMark TickMark_Cross
    Field Value
    Type Description
    ExcelTickMark

    TickMark_Inside

    Inside the axis.

    Declaration
    public const ExcelTickMark TickMark_Inside
    Field Value
    Type Description
    ExcelTickMark

    TickMark_None

    No mark.

    Declaration
    public const ExcelTickMark TickMark_None
    Field Value
    Type Description
    ExcelTickMark

    TickMark_Outside

    Outside the axis.

    Declaration
    public const ExcelTickMark TickMark_Outside
    Field Value
    Type Description
    ExcelTickMark

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved