"areaGridMode"
Defines the mode that is used for the trend area grid.
Synopsis
trendObj.areaGridMode(int area, string mode);
getValue(trendObj, "areaGridMode", int area, string &mode);
setValue(trendObj, "areaGridMode", int area, string mode);
Parameter
Parameter | Description |
---|---|
trendObj | Trend for which the attributes should be retrieved. |
area | Area ID |
mode | Mode that should be used for the grid |
Description
This function allows you to define the grid mode of the trend area. The following modes are available:
- "NoGrid"
- "GridAbove"
- "GridBelow"
The default for the grid mode is the mode that has been globally set by using "showGrid" and "showBackgroundGrid". This attribute overrides the global settings. If the global settings are changed after setting the areaGridMode, the global settings are reapplied to all areas.
Assignment
Trend