Module: GOffice::GraphAxisSet
- Defined in:
- (unknown)
Constant Summary collapse
- UNKNOWN =
unkown, should not occur.
-1 or :unknown
- NONE =
no axis.
0 or :none
- X =
only an X axis.
1 or :x
- XY =
both X and Y axes.
3 or :xy
- XY_PSEUDO_3D =
X, Y, and pseudo-3D axes.
35 or :xy_pseudo_3d
- XY_COLOR =
X, Y, and color axes.
67 or :xy_color
- XY_BUBBLE =
X, Y, and bubble axes.
131 or :xy_bubble
- XYZ =
X, Y, and Z axes.
7 or :xyz
- RADAR =
circular and radial axes.
24 or :radar
- FUNDAMENTAL =
mask for all fundamental axes.
31 or :fundamental
- ALL =
mask for all known axis types.
255 or :all