![]() |
||
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.ChartFrame
com.aspose.cells.PlotArea
public class PlotArea
Encapsulates the object that represents the chart's plotarea in the worksheet.
Method Summary | |
---|---|
void |
autoLayout()
The components in chart, such as, plot area, legend, title etc. |
int |
getHeight()
Sets the height of the plot area, in units of 1/4000 of the chart area. |
int |
getWidth()
Gets the width of the plot area, in units of 1/4000 of the chart area. |
int |
getX()
Gets the x coordinate of the upper left corner in units of 1/4000 of the chart area. |
int |
getY()
Gets the y coordinate of the upper left corner in units of 1/4000 of the chart area. |
void |
setHeight(int height)
Sets the height of the plot area, in units of 1/4000 of the chart area. |
void |
setWidth(int width)
Sets the width of the plot area, in units of 1/4000 of the chart area. |
void |
setX(int x)
Sets the x coordinate of the upper left corner in units of 1/4000 of the chart area. |
void |
setY(int y)
Sets the y coordinate of the upper left corner in units of 1/4000 of the chart area. |
Methods inherited from class com.aspose.cells.ChartFrame |
---|
equals, getArea, getAreaOrNull, getBorder, getBorderOrNull |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getX()
public void setX(int x)
x
- the x coordinate of the upper left corner.
CellsException
- if chart has bean removed.
java.lang.IllegalArgumentException
- if x > 4000;public int getY()
public void setY(int y)
y
- the y coordinate of the upper left corner.
CellsException
- if chart has bean removed.
java.lang.IllegalArgumentException
- if y > 4000;public int getHeight()
public void setHeight(int height)
height
- the height of the plot area.
CellsException
- if chart has bean removed.
java.lang.IllegalArgumentException
- if height > 4000;public int getWidth()
public void setWidth(int width)
width
- the width of the plot area.
CellsException
- if chart has bean removed.
java.lang.IllegalArgumentException
- if width > 4000;public void autoLayout()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |