Module: GOffice::GraphSeriesLabelsPos
- Defined in:
- (unknown)
Constant Summary collapse
- DEFAULT_POS =
default position.
0 or :default_pos
- CENTERED =
centered.
1 or :centered
- TOP =
at top.
2 or :top
- BOTTOM =
at bottom.
4 or :bottom
- LEFT =
at left.
8 or :left
- RIGHT =
at right.
16 or :right
- OUTSIDE =
outside the element.
32 or :outside
- INSIDE =
inside the element.
64 or :inside
- NEAR_ORIGIN =
near origin.
128 or :near_origin