ExcelChartSeriesAxisShowMinorGridLines Property

Gets or sets a flag indicating if the minor grid lines are displayed in chart. The default value is false.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public bool ShowMinorGridLines { get; set; }

Property Value

Boolean

See Also