public interface ILayoutable extends IChartComponent
Specifies the exact position of a chart element.
Modifier and Type | Method and Description |
---|---|
float |
getBottom()
Gets the top of the chart element as a fraction of the height of the chart.
|
float |
getHeight()
Specifies the height of the chart element as a fraction of the height of the chart.
|
float |
getRight()
Gets the right of the chart element as a fraction of the width of the chart.
|
float |
getWidth()
Specifies the width of the chart element as a fraction of the width of the chart.
|
float |
getX()
Specifies the x location (left) of the chart element as a fraction of the width of the chart.
|
float |
getY()
Specifies the top of the chart element as a fraction of the height of the chart.
|
void |
setHeight(float value)
Specifies the height of the chart element as a fraction of the height of the chart.
|
void |
setWidth(float value)
Specifies the width of the chart element as a fraction of the width of the chart.
|
void |
setX(float value)
Specifies the x location (left) of the chart element as a fraction of the width of the chart.
|
void |
setY(float value)
Specifies the top of the chart element as a fraction of the height of the chart.
|
getChart
getSlide
getPresentation
float getX()
Specifies the x location (left) of the chart element as a fraction of the width of the chart.
Read/write float
.
void setX(float value)
Specifies the x location (left) of the chart element as a fraction of the width of the chart.
Read/write float
.
float getY()
Specifies the top of the chart element as a fraction of the height of the chart.
Read/write float
.
void setY(float value)
Specifies the top of the chart element as a fraction of the height of the chart.
Read/write float
.
float getWidth()
Specifies the width of the chart element as a fraction of the width of the chart.
Read/write float
.
void setWidth(float value)
Specifies the width of the chart element as a fraction of the width of the chart.
Read/write float
.
float getHeight()
Specifies the height of the chart element as a fraction of the height of the chart.
Read/write float
.
void setHeight(float value)
Specifies the height of the chart element as a fraction of the height of the chart.
Read/write float
.
float getRight()
Gets the right of the chart element as a fraction of the width of the chart.
Read-only float
.
float getBottom()
Gets the top of the chart element as a fraction of the height of the chart.
Read-only float
.