Module: GOffice::GraphAxisMetrics
- Defined in:
- (unknown)
Constant Summary collapse
- INVALID =
invalid.
-1 or :invalid
- DEFAULT =
default.
0 or :default
- ABSOLUTE =
absolute distance between major ticks.
1 or :absolute
- RELATIVE =
relative to another axis.
2 or :relative
- RELATIVE_TICKS =
relative distance between ticks related to another axis.
3 or :relative_ticks
- MAX =
first unused value.
4 or :max