IActualLayout class

IActualLayout class

Specifies actual position of a chart element.

The IActualLayout type exposes the following members:

Properties

PropertyDescription
actual_xSpecifies actual x location (left) of the chart element relative to the left top corner of the chart.
Call method IChart.ValidateChartLayout() before to get actual values.
Read float.
actual_ySpecifies actual top of the chart element relative to the left top corner of the chart.
Call method IChart.ValidateChartLayout() before to get actual values.
Read float.
actual_widthSpecifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read float.
actual_heightSpecifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read float.

See Also