public final class ChartAxes extends Object implements com.gembox.spreadsheet.internal.charts.ChartObject
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes axes.
|
ChartAxis |
getHorizontal()
Gets the horizontal chart axis.
|
CategoryAxis |
getHorizontalCategory()
Gets the horizontal chart axis as category axis, if horizontal chart axis is category axis; otherwise
null . |
DateAxis |
getHorizontalDate()
Gets the horizontal chart axis as date axis, if horizontal chart axis is date axis; otherwise
null . |
ValueAxis |
getHorizontalValue()
Gets the horizontal chart axis as value axis, if horizontal chart axis is value axis; otherwise
null . |
ChartAxis |
getVertical()
Gets the vertical chart axis.
|
CategoryAxis |
getVerticalCategory()
Gets the vertical chart axis as category axis, if vertical chart axis is category axis; otherwise
null . |
DateAxis |
getVerticalDate()
Gets the vertical chart axis as date axis, if vertical chart axis is date axis; otherwise
null . |
ValueAxis |
getVerticalValue()
Gets the vertical chart axis as value axis, if vertical chart axis is value axis; otherwise
null . |
boolean |
isVisible()
Gets a value indicating whether any axis is visible.
|
void |
setVisible(boolean visible)
Sets a value indicating whether any axis is visible.
|
String |
toString()
Returns a
String that represents this ChartAxes instance. |
public void delete()
public ChartAxis getHorizontal()
public CategoryAxis getHorizontalCategory()
null
.null
.public DateAxis getHorizontalDate()
null
.null
.public ValueAxis getHorizontalValue()
null
.null
.public ChartAxis getVertical()
public CategoryAxis getVerticalCategory()
null
.null
.public DateAxis getVerticalDate()
null
.null
.public ValueAxis getVerticalValue()
null
.null
.public boolean isVisible()
true
if any axis is visible; otherwise, false
.public void setVisible(boolean visible)
visible
- true
if any axis is visible; otherwise, false
.© GemBox d.o.o. — All rights reserved.