Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class SeriesAxis

java.lang.Object
  extended by com.aspose.cells.Axis
      extended by com.aspose.cells.SeriesAxis
All Implemented Interfaces:
java.lang.Cloneable

public class SeriesAxis
extends Axis

Encapsulates the object that represents series axis.


Method Summary
 int getTickLabelSpacing()
          Gets the number of series between tick-mark labels.
 short getTickMarkSpacing()
          Gets the number of series between tick marks.
 Title getTitle()
          Gets the axis' title.
 boolean isReversed()
          Indicates whether Microsoft Workbook plots data points from last to first.
 void setReversed(boolean isReversed)
          Sets whether Microsoft Workbook plots data points from last to first.
 void setTickLabelSpacing(int tickLabelSpacing)
          Sets the number of series between tick-mark labels.
 void setTickMarkSpacing(int tickMarkSpacing)
          Sets the number of series between tick marks.
 
Methods inherited from class com.aspose.cells.Axis
getArea, getAxisLine, getBackgroundMode, getDisplayUnitLabel, getDisplayUnitType, getFont, getMajorGridLines, getMajorTickMark, getMinorGridLines, getMinorTickMark, getNumber, getNumberFormat, getRotation, getTextDirection, getTickLabelPosition, isAutoScaleFont, isDisplayUnitLabelShown, isNumberFormatLinked, isVisible, setAutoScaleFont, setAxisLine, setBackgroundMode, setDisplayUnitLabelShown, setDisplayUnitType, setFont, setMajorTickMark, setMinorTickMark, setNumber, setNumberFormat, setNumberFormatLinked, setRotation, setTextDirection, setTickLabelPosition, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTickLabelSpacing

public int getTickLabelSpacing()
Gets the number of series between tick-mark labels.

Returns:
the number of series between tick-mark labels.
Throws:
CellsException - if chart has been removed.

setTickLabelSpacing

public void setTickLabelSpacing(int tickLabelSpacing)
Sets the number of series between tick-mark labels.

Parameters:
tickLabelSpacing - the number of series between tick-mark labels.
Throws:
CellsException - if chart has been removed.

getTickMarkSpacing

public short getTickMarkSpacing()
Gets the number of series between tick marks.

Returns:
the number of series between tick marks.
Throws:
CellsException - if chart has been removed.

setTickMarkSpacing

public void setTickMarkSpacing(int tickMarkSpacing)
Sets the number of series between tick marks.

Parameters:
tickMarkSpacing - the number of series between tick marks.
Throws:
CellsException - if chart has been removed.

setReversed

public void setReversed(boolean isReversed)
Sets whether Microsoft Workbook plots data points from last to first.

Parameters:
isReversed - whether Microsoft Workbook plots data points from last to first.
Throws:
CellsException - if chart has been removed.

isReversed

public boolean isReversed()
Indicates whether Microsoft Workbook plots data points from last to first.

Returns:
whether Microsoft Workbook plots data points from last to first.
Throws:
CellsException - if chart has been removed.

getTitle

public Title getTitle()
Gets the axis' title.

Returns:
the axis' title
Throws:
CellsException - if chart has been removed.