"curveResample"
The attribute "curveResample" enables the curve downsampling.
Synopsis
setValue(string shape, "curveResample", string curve, int
which);
shape.curveResample(string curve, int which);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
curve | Name of the curve |
which | Type of downsampling. Can be one of the following:
|
Description
The "curveResample" function can only be used in an NGA-project. In other projects the downsampling setting is ignored.
The attribute "curveResample" enables the downsampling of the specified curve. If you
zoom in, a new dpQuery
request is made with more details.
The downsampling can be selected by selecting the type of downsampling in the corresponding combobox in the curve tab. The combobox will not be shown in any projects not using NGA.
The downsampling within the trend will display the aggregated values in a filled area starting from minimum value to maximum value.
The filled area color for the trend always uses a lighter shade of the selected curve color and cannot be changed separately, e.g. not by using "curveFillColor".
WCCOAui -dbg trend ...
Assignment
Trend