Module: GOffice::GraphSeriesFillType
- Defined in:
- (unknown)
Constant Summary collapse
- Y_ORIGIN =
from origin ox the X-axis.
0 or :y_origin
- X_ORIGIN =
from the origin of the Y-axis
1 or :x_origin
- BOTTOM =
from the chart bottom.
2 or :bottom
- LEFT =
from the chart left side.
3 or :left
- TOP =
from the chart top.
4 or :top
- RIGHT =
, from the chart right side.
5 or :right
- ORIGIN =
from the origin (for radar and polar plots).
6 or :origin
- CENTER =
from the center (for radar and polar plots).
7 or :center
- EDGE =
from the edge (for radar and polar plots).
8 or :edge
- SELF =
close the series curve and fills it.
9 or :self
- NEXT =
from next series.
10 or :next
- X_AXIS_MIN =
from X-axis minimum.
11 or :x_axis_min
- X_AXIS_MAX =
from X-axis maximum.
12 or :x_axis_max
- Y_AXIS_MIN =
from Y-axis minimum.
13 or :y_axis_min
- Y_AXIS_MAX =
from Y-axis maximum.
14 or :y_axis_max
- INVALID =
invalid, should not happen.
15 or :invalid