"areaPlotGeometry"
Returns the geometry of the plot area.
Synopsis
trendObj.areaPlotGeometry(int area, int &x, int &y, int &width, int
&height);
getValue(trendObj, "areaPlotGeometry", int &x, int &y, int &width,
int &height)
Parameter
Parameter | Description |
---|---|
trendObj | Trend for which the attributed should be get |
area | Area ID |
x | Panel-relative X coordinate |
y | Panel-relative Y coordinate |
width | Width of the plot area |
height | Height of the plot area |
Description
The attribute returns the plot geometry (X, Y, Width and Height) for the stated area.
Assignment
Trend