|
Topics: |
Use the GraphType property to select and display a particular graph type.
Example:
/* Set the graph type to Pie */
perspective1.setGraphType(55);
The following graph types can be selected with the GraphType property.
|
GraphType Values |
Graph Category |
|---|---|
|
0...16 |
3D (three-dimensional) |
|
17...23 |
vertical bar |
|
24...30 |
horizontal bar |
|
31...35 |
vertical area |
|
36...40 |
horizontal area |
|
55...60 |
pie |
|
61...64 |
scatter |
|
65...66 |
polar |
|
67...69 |
radar |
|
70...84 & 88 |
stock |
|
85...82 |
histogram |
|
87 |
spectral map |
|
90...92 |
bubble graph |
|
93...94 |
pie-bar graph |
|
99 |
unreserved |
|
100...101 |
waterfall graph |
|
102 |
Pareto |
|
103...105 |
multi-Y axes graph |
|
106 |
funnel graph |
|
110 |
gauge graph |
|
111 |
pyramid graph |
|
124 |
boxplot |
|
130 |
hboxplot |
See Graph Types and 3D Preset Viewing Angles for a complete list of graph types and an illustration of each graph.
You can use these methods to determine the graph type that is currently selected:
| WebFOCUS | |
|
Feedback |