Action
The component allows to control the display, or otherwise, of the 3 lateral panels (left, right, bottom) by event, calling the “widget command” named “panelVisible” and giving it a parameter through “widgetParameters”. Example:Deposit a TrendDisplay componentDeposit a ToggleButton componentAdd an “onMousePressed” event to the ToggleButton, with the “call widget command” actionSelect the TrendDisplay in the “widget” fieldSelect “panelVisible” in the “widget command” fieldIn the “widget parameters” field, set:0 – For the left pane1 – For the bottom pane2 – For the right panelThe component allows to select the trend to use as reference for displaying the values on the axes by event, calling the “widget command” action named “selectedTrend” and giving it a parameter through “widgetParameters”. Example:Deposit a TrendDisplay componentDeposit a ToggleButton componentAdd an “onMousePressed” event to the ToggleButton, with the “call widget command” actionSelect the TrendDisplay in the “widget” fieldSelect “selectedTrend” in the widget command”fieldIn the “widget parameters” field, set:0 – To use the first curve as reference1 – To use the second curve as reference2 – To use the third curve as reference3 – To use the fourth curve as referenceThe component allows to shift the displays of the values shown by the cursors by calling the “widget command” action named “alignTextCursor” and giving it two parameters through “widgetParameters”. Example:Deposit a TrendDisplay componentDeposit a ToggleButton componentAdd an “onMousePressed” event to the ToggleButton, with the “call widget command” actionSelect the TrendDisplay in the “widget” fieldSelect “alignTextCursor” in the ”widget command” fieldIn the “widget parameters” field, set as first parameter:0 – – For the value linked to the first cursor1 – – For the value linked to the second cursorIn the “widget parameters” field, set as second parameter:0 – To show the writing at the bottom1 – To show the writing in the middle2 – To show the writing at the top