Module: GOffice::GraphAxisType
- Defined in:
- (unknown)
Constant Summary collapse
- UNKNOWN =
invalid, should not occur.
-1 or :unknown
- X =
X axis.
0 or :x
- Y =
Y axis.
1 or :y
- Z =
Z axis.
2 or :z
- CIRCULAR =
circular axis/
3 or :circular
- RADIAL =
radial axis.
4 or :radial
- VIRTUAL =
start of virtual axes.
5 or :virtual
- PSEUDO_3D =
pseudo-3d axis.
5 or :pseudo_3d
- COLOR =
color axis.
6 or :color
- BUBBLE =
bubble axis.
7 or :bubble
- TYPES =
maximum value, should not occur.
8 or :types