ILayoutable Interface |
Namespace: Aspose.Slides.Charts
The ILayoutable type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIChartComponent |
Allows to get base IChartComponent interface.
Read-only IChartComponent.
|
![]() | AsIPresentationComponent |
Allows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
(Inherited from ISlideComponent.) |
![]() | AsISlideComponent |
Allows to get base ISlideComponent interface.
Read-only ISlideComponent.
(Inherited from IChartComponent.) |
![]() | Bottom |
Gets the top of the chart element as a fraction of the height of the chart.
Read-only Single.
|
![]() | Chart |
Returns the chart.
Read-only IChart.
(Inherited from IChartComponent.) |
![]() | Height |
Specifies the height of the chart element as a fraction of the height of the chart.
Read/write Single.
|
![]() | Presentation |
Returns the presentation.
Read-only IPresentation.
(Inherited from IPresentationComponent.) |
![]() | Right |
Gets the right of the chart element as a fraction of the width of the chart.
Read-only Single.
|
![]() | Slide |
Returns the base slide.
Read-only IBaseSlide.
(Inherited from ISlideComponent.) |
![]() | Width |
Specifies the width of the chart element as a fraction of the width of the chart.
Read/write Single.
|
![]() | X |
Specifies the x location (left) of the chart element as a fraction of the width of the chart.
Read/write Single.
|
![]() | Y |
Specifies the top of the chart element as a fraction of the height of the chart.
Read/write Single.
|