Class SpreadsheetAxis
Inheritance
System.Object
SpreadsheetAxis
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpreadsheetAxis : EJTagHelper
Constructors
SpreadsheetAxis()
Declaration
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
MajorGridLines
Options for customizing major grid lines.
Declaration
public SpreadsheetMajorGridLines MajorGridLines { get; set; }
Property Value
MinorGridLines
Options for customizing minor grid lines.
Declaration
public SpreadsheetMinorGridLines MinorGridLines { get; set; }
Property Value
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Title
Specifies the title of an axis.
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Visible
If set to true, axis label will be visible.
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|