|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartPlotArea
public class ChartPlotArea
Represents rectangle where chart should be plotted.
Method Summary | |
---|---|
float |
getBottom()
|
IChart |
getChart()
|
IFormat |
getFormat()
Returns the format of a plot area. |
float |
getHeight()
Returns or sets the height of a plot area bounding box as a fraction of the height of the chart (from 0 to 1). |
float |
getRight()
|
float |
getWidth()
Returns or sets the width of a plot area bounding box as a fraction of the width of the chart (from 0 to 1). |
float |
getX()
Returns or sets the x coordinate of the upper left corner of plot area bounding box as a fraction of the width of the chart (from 0 to 1). |
float |
getY()
Returns or sets the y coordinate of the upper left corner of plot area bounding box as a fraction of the height of the chart (from 0 to 1). |
boolean |
isLocationAutocalculated()
Defines how location should be calculated: true � calculated automatically; defined by the X, Y, Width, Height properties. |
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 IFormat getFormat()
Returns the format of a plot area.
Read-only Charts.Format
.
getFormat
in interface IChartPlotArea
public float getX()
Returns or sets the x coordinate of the upper left corner of plot area bounding box as a fraction of the width of the chart (from 0 to 1).
Read/write float
.
getX
in interface ILayoutable
public void setX(float value)
setX
in interface ILayoutable
public float getY()
Returns or sets the y coordinate of the upper left corner of plot area bounding box as a fraction of the height of the chart (from 0 to 1).
Read/write float
.
getY
in interface ILayoutable
public void setY(float value)
setY
in interface ILayoutable
public float getWidth()
Returns or sets the width of a plot area bounding box as a fraction of the width of the chart (from 0 to 1).
Read/write float
.
getWidth
in interface ILayoutable
public void setWidth(float value)
setWidth
in interface ILayoutable
public float getHeight()
Returns or sets the height of a plot area bounding box as a fraction of the height of the chart (from 0 to 1).
Read/write float
.
getHeight
in interface ILayoutable
public void setHeight(float value)
setHeight
in interface ILayoutable
public float getRight()
getRight
in interface ILayoutable
public float getBottom()
getBottom
in interface ILayoutable
public IChart getChart()
getChart
in interface IChartComponent
public boolean isLocationAutocalculated()
Defines how location should be calculated: true � calculated automatically; defined by the X, Y, Width, Height properties.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |