ILayoutable Interface

Specifies the exact position of a chart element.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ILayoutable : IChartComponent, 
	ISlideComponent, IPresentationComponent

The ILayoutable type exposes the following members.

Properties
  NameDescription
Public propertyAsIChartComponent
Allows to get base IChartComponent interface. Read-only IChartComponent.
Public propertyAsIPresentationComponent
Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
(Inherited from ISlideComponent.)
Public propertyAsISlideComponent
Allows to get base ISlideComponent interface. Read-only ISlideComponent.
(Inherited from IChartComponent.)
Public propertyBottom
Gets the top of the chart element as a fraction of the height of the chart. Read-only Single.
Public propertyChart
Returns the chart. Read-only IChart.
(Inherited from IChartComponent.)
Public propertyHeight
Specifies the height of the chart element as a fraction of the height of the chart. Read/write Single.
Public propertyPresentation
Returns the presentation. Read-only IPresentation.
(Inherited from IPresentationComponent.)
Public propertyRight
Gets the right of the chart element as a fraction of the width of the chart. Read-only Single.
Public propertySlide
Returns the base slide. Read-only IBaseSlide.
(Inherited from ISlideComponent.)
Public propertyWidth
Specifies the width of the chart element as a fraction of the width of the chart. Read/write Single.
Public propertyX
Specifies the x location (left) of the chart element as a fraction of the width of the chart. Read/write Single.
Public propertyY
Specifies the top of the chart element as a fraction of the height of the chart. Read/write Single.
See Also