Click or drag to resize

XlsChart SetToDefaultGridlines Method

Sets to default chart grid lines on chart type or serie type changing.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetToDefaultGridlines(
	ExcelChartType type
)

Parameters

type
Type: Spire.Xls ExcelChartType
Represents type to change.
See Also