|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.AxesManager
public class AxesManager
Provide access to chart axes.
Method Summary | |
---|---|
IAxis |
getHorizontalAxis()
Gets the chart's horizontal axis. |
IAxis |
getSecondaryHorizontalAxis()
Gets the chart's secondary horizontal axis. |
IAxis |
getSecondaryVerticalAxis()
Gets the chart's secondary vertical axis. |
IAxis |
getSeriesAxis()
Gets the chart's series axis. |
IAxis |
getVerticalAxis()
Gets the chart's vertical axis. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public IAxis getHorizontalAxis()
Gets the chart's horizontal axis.
getHorizontalAxis
in interface IAxesManager
public IAxis getSecondaryHorizontalAxis()
Gets the chart's secondary horizontal axis.
getSecondaryHorizontalAxis
in interface IAxesManager
public IAxis getVerticalAxis()
Gets the chart's vertical axis.
getVerticalAxis
in interface IAxesManager
public IAxis getSecondaryVerticalAxis()
Gets the chart's secondary vertical axis.
getSecondaryVerticalAxis
in interface IAxesManager
public IAxis getSeriesAxis()
Gets the chart's series axis.
getSeriesAxis
in interface IAxesManager
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |