menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class SpreadsheetAxis

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    SpreadsheetAxis
    ChartPrimaryYAxisChart
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class SpreadsheetAxis : EJTagHelper

    Constructors

    SpreadsheetAxis()

    Declaration
    public SpreadsheetAxis()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    MajorGridLines

    Options for customizing major grid lines.

    Declaration
    public SpreadsheetMajorGridLines MajorGridLines { get; set; }
    Property Value
    Type Description
    SpreadsheetMajorGridLines

    The default value is null

    MinorGridLines

    Options for customizing minor grid lines.

    Declaration
    public SpreadsheetMinorGridLines MinorGridLines { get; set; }
    Property Value
    Type Description
    SpreadsheetMinorGridLines

    The default value is null

    Title

    Specifies the title of an axis.

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

    The default value is ""

    Visible

    If set to true, axis label will be visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved