|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartPlotAreaEx
public class ChartPlotAreaEx
Represents rectangle where chart should be plotted.
Method Summary | |
---|---|
FormatEx |
getFormat()
Returns the format of a plot area. |
float |
getHeight()
Returns or sets the Height of plot area bounding box in range from 0 to 1 of chart area. |
float |
getWidth()
Returns or sets the Width of plot area bounding box in range from 0 to 1 of chart area. |
float |
getX()
Returns or sets the X coordinate of the upper left corner of plot area bounding box in range from 0 to 1 of chart area. |
float |
getY()
Returns or sets the Y coordinate of the upper left corner of plot area bounding box in range from 0 to 1 of chart area. |
void |
setHeight(float value)
|
void |
setWidth(float value)
|
void |
setX(float value)
|
void |
setY(float value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public FormatEx getFormat()
Returns the format of a plot area.
Read-only FormatEx
.
public float getX()
Returns or sets the X coordinate of the upper left corner of plot area bounding box in range from 0 to 1 of chart area.
Read/write float
.
public void setX(float value)
public float getY()
Returns or sets the Y coordinate of the upper left corner of plot area bounding box in range from 0 to 1 of chart area.
Read/write float
.
public void setY(float value)
public float getWidth()
Returns or sets the Width of plot area bounding box in range from 0 to 1 of chart area.
Read/write float
.
public void setWidth(float value)
public float getHeight()
Returns or sets the Height of plot area bounding box in range from 0 to 1 of chart area.
Read/write float
.
public void setHeight(float value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |