"curveLogScale", "curveLogScaleX"
CurveLogScale and curveLogScaleX specify per curve whether a curve should be scaled logarithmic.
Synopsis
setValue(string shape, "curveLogScale", string curvename, bool on);
getValue(string shape, "curveLogScale", string curvename, bool
&on);
shape.curveLogScale(string curvename, bool scale);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
curvename | Name of the trend curve |
scale |
TRUE = Scale logarithmic FALSE = Do not scale logarithmic |
Description
CurveLogScale and curveLogScaleX specify per curve whether a curve should be scaled logarithmic.
Example
Specifies that the curve should be scaled logarithmic.
main()
{
this.curveLogScale("#1_2", true);
}
Assignment
Trend