|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAxesManager
Provides 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. |
Method Detail |
---|
IAxis getHorizontalAxis()
Gets the chart's horizontal axis.
Read-only IAxis
.
IAxis getSecondaryHorizontalAxis()
Gets the chart's secondary horizontal axis.
Read-only IAxis
.
IAxis getVerticalAxis()
Gets the chart's vertical axis.
Read-only IAxis
.
IAxis getSecondaryVerticalAxis()
Gets the chart's secondary vertical axis.
Read-only IAxis
.
IAxis getSeriesAxis()
Gets the chart's series axis.
Read-only IAxis
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |