Module: GOffice::GraphErrorBarDisplay
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
no display.
0 or :none
- POSITIVE =
display positive deviations.
1 or :positive
- NEGATIVE =
display negative deviations.
2 or :negative
- BOTH =
display both positive and negative deviations.
3 or :both