ExcelChartSeriesAxisShowMinorGridLines Property
Gets or sets a flag indicating if the minor grid lines are displayed in chart. The default value is false.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool ShowMinorGridLines { get; set; }
Public Property ShowMinorGridLines As Boolean
Get
Set
public:
property bool ShowMinorGridLines {
bool get ();
void set (bool value);
}
member ShowMinorGridLines : bool with get, set
Property Value
Boolean