Properties
It has the following properties:background: background colour of the graphic objectborderColor: colour of the border of the graphic areacursor: choose the cursor display mode.
- NONE: no cursor will be shown
- SINGLE: only one cursor displayed
- FULL: a cursor for every curve
- datalogs: list of the Datalogs to display as graphic curves. Note: while it is possible to specify more than 8 curves, this component allows to configure colour and enables the first 8 only.
- timeGap: time interval for initial display, expressed in seconds. It expresses the width of the window to display, also used as reference value when the central reset button of the X axis is pressed.
- formatDateID: allows to customise the date format shown at the bottom of the graph and cursors value, using a formatting string. Customisation takes place through a string with dynamic parameters. Default value (used with value “[none]”): %14/%15/%8 (example: 15/07/2010) The following parameters are available: %6 : is replaced by the indication of the day [1..31] %7 : is replaced by the indication of the month [1..12] %8 : is replaced by the indication of the year in four figures %9 : is replaced by the indication of the year in two figures %14: like %6 but with zero to the left if necessary %15: like %7 but with zero to the left if necessary %16: like %9 but with zero to the left if necessary
- formatTimeID: allows to customise the date format shown at the bottom of the graph, using a formatting string. Customisation takes place through a string with dynamic parameters. Default value (used with value “[none]”): %10:%12:%13 (example: 22:51:48) The following parameters are available: %1 : is replaced with the hour [0..23] %2 : is replaced with the hour [0.12] %3 : is replaced with AM or PM %4 : is replaced by the indication of the minutes [0..59] %5 : is replaced by the indication of the seconds [0..59] %10 : like %1 but with zero to the left if necessary %11: like %2 but with zero to the left if necessary %12: like %4 but with zero to the left if necessary %13: like %5 but with zero to the left if necessary
- antiAlias: allows to “round” the graphical “pixel” artefacts (steps) by applying an antialiasing method. For further information about antialiasing, please see chapter “Configuration parameters – Graphics options – Fixed text antialiasing method”.