Module: GOffice::GraphAxisPosition
- Defined in:
- (unknown)
Constant Summary collapse
- AT_LOW =
crosses the other axis at low values.
0 or :at_low
- CROSS =
crosses the other axis at a given value.
1 or :cross
- AT_HIGH =
crosses the other axis at high values.
2 or :at_high
- AUTO =
crosses at an automatically determined position.
3 or :auto