![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Axis
com.aspose.cells.SeriesAxis
public class SeriesAxis
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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getTickLabelSpacing()
CellsException
- if chart has been removed.public void setTickLabelSpacing(int tickLabelSpacing)
tickLabelSpacing
- the number of series between tick-mark labels.
CellsException
- if chart has been removed.public short getTickMarkSpacing()
CellsException
- if chart has been removed.public void setTickMarkSpacing(int tickMarkSpacing)
tickMarkSpacing
- the number of series between tick marks.
CellsException
- if chart has been removed.public void setReversed(boolean isReversed)
isReversed
- whether Microsoft Workbook plots data points from last to first.
CellsException
- if chart has been removed.public boolean isReversed()
CellsException
- if chart has been removed.public Title getTitle()
CellsException
- if chart has been removed.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |