Preconfiguration "Wind direction chart (compass-card)"
Creates the
PmgCanvas object configured as wind direction chart.
This preconfiguration can be activated when
creating a new Pmg object.
This preconfiguration is included in the
"/ Chart, functions" group.
This object contains embedded
PmgCanvas object named "
Dynamic". The item has the
variable values of the
String type. The individual values are separated by semicolon. It is possible to connect it to the measured value of the same data structure by
data binding. The variables of the parent
Pmg object are accessible in the
onDraw event using the
pEvent.GetParentVar(sName).
In order to draw the chart correctly the average values of wind strenght in corresponding times are stored in the
values variable. These are 8 or 16 values separated by semicolon where the first value is north and further directions follow clockwise.
Additional configuration variables are located at the beginning of
context itself, or at the beginning of designer method. The following items can be set:
nScaleCount - The number of scale rasters
nFontSize - Descriptor font size
colorScale - Scale circle(s) color
colorText - Descriptor color
sColorLine - Chart line color
sColorFill - Chart area color
These configurators can be set before the preconfiguration is created:
| The name of created object | Name (identifier) of the Pmg object. It is used for obtaining the Pmg object by the PmgObject.Items method.
This configurator sets the initial value of the Name property.
The maximum name length is 30 characters.
This is a system name, so it must contain only alphanumeric and must not contain any diacritics (i.e. national dependent characters), empty string, spaces and first character must not be a number. |
| Range from minimum | Start of the meter range |
| Range to maximum | End of the meter range |
| Direction measurement precision | Description of directions.
8 directions - north, northeast, east, ..
16 directions - north, north northeast, northeast, .. Value of the sTitle variable on the "Draw" tab of the "DrawScale" method.
to 8 directions
to 16 directions |
| Values | Default values (values) |
| Data emulation in control variable binding | Emulated data will be generated in the control variable |
|---|