menu

Document Processing

ExcelAxisType Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ExcelAxisType Class

    Specifies the axis types for charts in Excel.

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

    Fields

    Category

    Axis displays categories.

    Declaration
    public const ExcelAxisType Category
    Field Value
    Type
    ExcelAxisType

    Serie

    Axis displays data series.

    Declaration
    public const ExcelAxisType Serie
    Field Value
    Type
    ExcelAxisType

    Value

    Axis displays values.

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