com.aspose.slides
Class AxesManager

java.lang.Object
  extended by com.aspose.slides.AxesManager
All Implemented Interfaces:
IAxesManager

public class AxesManager
extends java.lang.Object
implements IAxesManager

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

getHorizontalAxis

public IAxis getHorizontalAxis()

Gets the chart's horizontal axis.

Specified by:
getHorizontalAxis in interface IAxesManager

getSecondaryHorizontalAxis

public IAxis getSecondaryHorizontalAxis()

Gets the chart's secondary horizontal axis.

Specified by:
getSecondaryHorizontalAxis in interface IAxesManager

getVerticalAxis

public IAxis getVerticalAxis()

Gets the chart's vertical axis.

Specified by:
getVerticalAxis in interface IAxesManager

getSecondaryVerticalAxis

public IAxis getSecondaryVerticalAxis()

Gets the chart's secondary vertical axis.

Specified by:
getSecondaryVerticalAxis in interface IAxesManager

getSeriesAxis

public IAxis getSeriesAxis()

Gets the chart's series axis.

Specified by:
getSeriesAxis in interface IAxesManager