IActualLayout

public interface IActualLayout

Specifies actual position of a chart element.

Methods

MethodDescription
getActualX()Specifies actual x location (left) of the chart element relative to the left top corner of the chart.
getActualY()Specifies actual top of the chart element relative to the left top corner of the chart.
getActualWidth()Specifies actual width of the chart element.
getActualHeight()Specifies actual height of the chart element.

getActualX()

public abstract 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.

Returns: float

getActualY()

public abstract 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.

Returns: float

getActualWidth()

public abstract float getActualWidth()

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

Returns: float

getActualHeight()

public abstract float getActualHeight()

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

Returns: float