Graph Styles
|
pce.setServerAddress("#pcServer#");
pce.setCommPortAddress("#pcComm#");
pce.setAppearanceFile("apfiles/graph_style.pcxml");
pce.imageType = "FLASH";
pce.fallback = "STRICT";
pce.Height = "220";
pce.Width = "270";
pce.userAgent = #CGI.HTTP_USER_AGENT#;
pce.returnDescriptiveLink = true;
pce.language = "EN";
pce.pcScript = pcScript;
#eHTML#
Chart Engine Error. The Webmaster has been notified.
|
|
pce.setServerAddress("#pcServer#");
pce.setCommPortAddress("#pcComm#");
pce.setAppearanceFile("apfiles/graph_style.pcxml");
pce.imageType = "FLASH";
pce.fallback = "STRICT";
pce.Height = "220";
pce.Width = "270";
pce.userAgent = #CGI.HTTP_USER_AGENT#;
pce.returnDescriptiveLink = true;
pce.language = "EN";
pce.pcScript = pcScript;
#eHTML#
Chart Engine Error. The Webmaster has been notified.
|
Floating Stacked Bar Graphs are the same as the stacked bar graph with the exception that the bottom segment of the graph is rendered invisible. This produces a floating appearance to the bars.
Floating Stacked Bar graphs can be used for:
- Comparing independent data sets
- Money distribution by time
- Production against time
|