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.
|
Horizontal Stacked Bar Graphs are similar to stacked bar graphs with the bars being rotated 90 degrees. A horizontal stacked bar graph facilitates use of long category labels or long data labels.
Horizontal Stacked Bar graphs can be used for:
- Comparing independent data sets
- Money distribution by time
- Production against time
|