Click or drag to resize

ChartCategoryAxis MinorGridLines Property

Returns a ChartGridLine object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.

Namespace: Spire.Xls.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartGridLine MinorGridLines { get; }

Property Value

Type: ChartGridLine
See Also