menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelAxisLineIdentifier - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelAxisLineIdentifier

    Enumeration which represents axis line identifier.

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

    Fields

    AxisLineItself

    The axis line itself.

    Declaration
    public const ExcelAxisLineIdentifier AxisLineItself
    Field Value
    Type
    ExcelAxisLineIdentifier

    MajorGridLine

    Major grid line along the axis.

    Declaration
    public const ExcelAxisLineIdentifier MajorGridLine
    Field Value
    Type
    ExcelAxisLineIdentifier

    MinorGridLine

    Minor grid line along the axis.

    Declaration
    public const ExcelAxisLineIdentifier MinorGridLine
    Field Value
    Type
    ExcelAxisLineIdentifier

    WallsOrFloor

    Walls or floor -- walls if parent axis is type 0 or 2; floor if parent axis is type 1.

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