public final class AxisGridlines extends Object implements com.gembox.spreadsheet.internal.charts.ChartObject
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes gridlines.
|
boolean |
isVisible()
Gets a value indicating whether gridlines are visible.
|
void |
setVisible(boolean value)
Sets a value indicating whether gridlines are visible.
|
String |
toString()
Returns a
String that represents this AxisGridlines instance. |
public void delete()
public boolean isVisible()
true
if gridlines are visible; otherwise, false
.public void setVisible(boolean value)
value
- true
if gridlines are visible; otherwise, false
.public String toString()
String
that represents this AxisGridlines
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
toString
in class Object
String
that represents this AxisGridlines
instance.© GemBox Ltd. — All rights reserved.