SpreadsheetGear 2023
MinorGridlines Property (IAxis)


SpreadsheetGear.Charts Namespace > IAxis Interface : MinorGridlines Property
Returns an instance of IGridlines which represents the minor gridlines of this axis, or null if HasMinorGridlines is false.
Syntax
'Declaration
 
ReadOnly Property MinorGridlines As IGridlines
'Usage
 
Dim instance As IAxis
Dim value As IGridlines
 
value = instance.MinorGridlines
IGridlines MinorGridlines {get;}
Remarks
The HasMinorGridlines 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
HasMinorGridlines Property