com.aspose.slides
Interface ILayoutable
- All Superinterfaces:
- IChartComponent
- All Known Subinterfaces:
- IChartPlotArea, IChartTitle, IDataLabel, ILegend
- All Known Implementing Classes:
- ChartPlotArea, ChartTitle, DataLabel, Legend
public interface ILayoutable
- extends IChartComponent
Specifies the exact position of a chart element.
getX
float getX()
setX
void setX(float value)
getY
float getY()
setY
void setY(float value)
getWidth
float getWidth()
setWidth
void setWidth(float value)
getHeight
float getHeight()
setHeight
void setHeight(float value)
getRight
float getRight()
getBottom
float getBottom()