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
)
Public Sub SetToDefaultGridlines (
type As ExcelChartType
)
public:
void SetToDefaultGridlines(
ExcelChartType type
)
member SetToDefaultGridlines :
type : ExcelChartType -> unit
Parameters
-
type
-
Type:
Spire.Xls
ExcelChartType
Represents type to change.
See Also