Click or drag to resize

ChartCategoryAxis MajorGridLines Property

Returns a ChartGridLine object that represents the major 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 MajorGridLines { get; }

Property Value

Type: ChartGridLine
See Also