menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetAxisModel - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetAxisModel

    Inheritance
    System.Object
    SpreadsheetAxisModel
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public class SpreadsheetAxisModel

    Constructors

    SpreadsheetAxisModel()

    Declaration
    public SpreadsheetAxisModel()

    Properties

    MajorGridLines

    Declaration
    public SpreadsheetChartGridLinesModel MajorGridLines { get; set; }
    Property Value
    Type
    SpreadsheetChartGridLinesModel

    MinorGridLines

    Declaration
    public SpreadsheetChartGridLinesModel MinorGridLines { get; set; }
    Property Value
    Type
    SpreadsheetChartGridLinesModel

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String

    Visible

    Declaration
    public bool? Visible { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved