com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IActualLayout

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      float getActualHeight()
      Specifies actual height of the chart element.
      float getActualWidth()
      Specifies actual width of the chart element.
      float getActualX()
      Specifies actual x location (left) of the chart element relative to the left top corner of the chart.
      float getActualY()
      Specifies actual top of the chart element relative to the left top corner of the chart.
    • Method Detail

      • getActualX

        float getActualX()

        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 float.

      • getActualY

        float getActualY()

        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 float.

      • getActualWidth

        float getActualWidth()

        Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.

      • getActualHeight

        float getActualHeight()

        Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float.