Class SpreadsheetAxis
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
MvcTemplate<System.Object> |
MajorGridLines
Options for customizing major grid lines.
Declaration
[HtmlAttributeName("majorGridLines")]
public SpreadsheetMajorGridLines MajorGridLines { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetMajorGridLines | The default value is null |
MinorGridLines
Options for customizing minor grid lines.
Declaration
[HtmlAttributeName("minorGridLines")]
public SpreadsheetMinorGridLines MinorGridLines { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetMinorGridLines | The default value is null |
Title
Specifies the title of an axis.
Declaration
[HtmlAttributeName("title")]
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
[HtmlAttributeName("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |