ILayoutable

ILayoutable class

Specifies the exact position of a chart element.

The ILayoutable type exposes the following members:

Properties

NameDescription
xSpecifies the x location (left) of the chart element as a fraction of the width of the chart.
Read/write
ySpecifies the top of the chart element as a fraction of the height of the chart.
Read/write
widthSpecifies the width of the chart element as a fraction of the width of the chart.
Read/write
heightSpecifies the height of the chart element as a fraction of the height of the chart.
Read/write
rightGets the right of the chart element as a fraction of the width of the chart.
Read-only
bottomGets the top of the chart element as a fraction of the height of the chart.
Read-only
as_i_chart_componentAllows to get base IChartComponent interface.
Read-only IChartComponent.
chartReturns the chart.
Read-only IChart.
as_i_slide_componentAllows to get base ISlideComponent interface.
Read-only ISlideComponent.
slideReturns the base slide.
Read-only IBaseSlide.
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
presentationReturns the presentation.
Read-only IPresentation.

See Also