SpreadsheetGear 2023
MajorGridlines Property (IAxis)


SpreadsheetGear.Charts Namespace > IAxis Interface : MajorGridlines Property
Returns an instance of IGridlines which represents the major gridlines of this axis, or null if HasMajorGridlines is false.
Syntax
'Declaration
 
ReadOnly Property MajorGridlines As IGridlines
'Usage
 
Dim instance As IAxis
Dim value As IGridlines
 
value = instance.MajorGridlines
IGridlines MajorGridlines {get;}
Remarks
The HasMajorGridlines property must be set to true to access an instance of IGridlines.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAxis Interface
IAxis Members
HasMajorGridlines Property