ChartAxis
HasMinorGridlines Property
|
Gets or sets a value indicating whether minor gridlines are enabled.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HasMinorGridlines { get; set; }
Public Property HasMinorGridlines As Boolean
Get
Set
public:
property bool HasMinorGridlines {
bool get ();
void set (bool value);
}
member HasMinorGridlines : bool with get, set
Return Value
Type:
Boolean
true if minor gridlines are enabled; otherwise, false.
See Also