public interface IAxesManager
Provides access to chart axes.
Modifier and Type | Method and Description |
---|---|
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.
|