IActualLayout
Contents
[
Hide
]IActualLayout interface
Specifies actual position of a chart element.
public interface IActualLayout
Properties
| Name | Description |
|---|---|
| ActualHeight { get; } | Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read Single. |
| ActualWidth { get; } | Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read Single. |
| ActualX { get; } | 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. |
| ActualY { get; } | 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. |
See Also
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides