Cicode Programming Reference > Cicode Function Categories > Trend Functions > TrendPopUp

TrendPopUp

Displays a pop-up trend with the specified trend pens. You need to create the trend page with the graphic builder and set the pen names to blank.

Syntax

TrendPopUp(sPage, sTag1 [, sTag2..sTag8] )

sPage:

The name of the trend page (drawn with the Graphics Builder).

sTag1:

The First trend tag to display on the page.

sTag2..sTag8:

The trend tags to display on the page.

Return Value

0 (zero) if successful, otherwise an error code is returned.

Related Functions

PageTrend, TrendWin, WinNewAt

Example

Buttons

Text

Popup Trend

Command

TrendPopUp("MyPop", "PV1", "PV2", "PV3")

Comment

Display a popup trend with three trend pens

See Also

Trend Functions

Published June 2018