ILayoutable class

ILayoutable class

Specifies the exact position of a chart element.

The ILayoutable type exposes the following members:

Properties

PropertyDescription
xSpecifies the x location (left) of the chart element as a fraction of the width of the chart.
Read/write float.
ySpecifies the top of the chart element as a fraction of the height of the chart.
Read/write float.
widthSpecifies the width of the chart element as a fraction of the width of the chart.
Read/write float.
heightSpecifies the height of the chart element as a fraction of the height of the chart.
Read/write float.
rightGets the right of the chart element as a fraction of the width of the chart.
Read-only float.
bottomGets the top of the chart element as a fraction of the height of the chart.
Read-only float.
chart
slide
presentation

See Also