Module: GOffice::GraphAxisElemType
- Defined in:
- (unknown)
Constant Summary collapse
- MIN =
minimum value.
0 or :min
- MAX =
maximum value.
1 or :max
- MAJOR_TICK =
distance between two major ticks.
2 or :major_tick
- MINOR_TICK =
distance between two minor ticks.
3 or :minor_tick
- CROSS_POINT =
position of the other axis crossing.
4 or :cross_point
- MAX_ENTRY =
maximum value, should not occur.
5 or :max_entry