String extraPCSCommands

Syntax myPopChart.extraPCSCommands = commandstring;

JavaBean Syntax <JSP:setProperty name="myPopChart" property="extraPCSCommands" value=commandstring />

Description Specifies additional server commands to send to PopChart Server.

The value of this string should be a server command string (refer to "Server Command Strings").

This attribute is useful when you need to send commands to PopChart Server that you do not have access to via the PopChart Embedder. Although there were more such commands in the past, currently, the only documented command that is inaccessible in the PopChart Embedder API is @_FLUSH. Example 4.2 shows how you would set this command with extraPCSCommands:

Example 4.2 Setting Extra Server Commands

myPopChart.extraPCSCommands = "@_FLUSH";