IChartPlotArea Properties |
The IChartPlotArea type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActualHeight |
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read Single.
(Inherited from IActualLayout.) |
![]() | ActualWidth |
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read Single.
(Inherited from IActualLayout.) |
![]() | ActualX |
Specifies 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 Single.
(Inherited from IActualLayout.) |
![]() | ActualY |
Specifies 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 Single.
(Inherited from IActualLayout.) |
![]() | AsIActualLayout |
Returns IActualLayout interface.
|
![]() | AsIChartComponent |
Allows to get base IChartComponent interface.
Read-only IChartComponent.
(Inherited from ILayoutable.) |
![]() | AsILayoutable |
Allows to get base ILayoutable interface.
Read-only ILayoutable.
|
![]() | 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.
(Inherited from ILayoutable.) |
![]() | Chart |
Returns the chart.
Read-only IChart.
(Inherited from IChartComponent.) |
![]() | Format |
Returns the format of a plot area.
Read-only IFormat.
|
![]() | Height |
Specifies the height of the chart element as a fraction of the height of the chart.
Read/write Single.
(Inherited from ILayoutable.) |
![]() ![]() | LayoutTargetType |
If layout of the plot area defined manually this property specifies whether
to layout the plot area by its inside (not including axis and axis labels) or outside
(including axis and axis labels).
Read/write LayoutTargetType.
|
![]() | 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.
(Inherited from ILayoutable.) |
![]() | 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.
(Inherited from ILayoutable.) |
![]() | X |
Specifies the x location (left) of the chart element as a fraction of the width of the chart.
Read/write Single.
(Inherited from ILayoutable.) |
![]() | Y |
Specifies the top of the chart element as a fraction of the height of the chart.
Read/write Single.
(Inherited from ILayoutable.) |