"curveScaleGeometry","curveScaleGeometryX"
Returns the geometry of the curve value scale.
Synopsis
trendObj.curveScaleGeometry(string curve, int &x, int &y, int &width,
int &height);
getValue(trendObj, "curveScaleGeometry", string curve, int &x, int &y,
int &width, int &height)
Parameter
Parameter | Description |
---|---|
trendObj | Trend for which the attributed should be get |
curve | Name of the curve |
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 curve value scale geometry (X, Y, Width and Height) for the stated curve relative to the panel origin in unscaled values (i.e. even when the panel is zoomed the original values (100% zoom level) are returned.
Assignment
Trend