Specifies a drawing order of a chart's Level Lines and Time Lines.
More...
Specifies a drawing order of a chart's Level Lines and Time Lines.
|
static final int | BEHIND_PLOT = 1 |
| Draws Level and Time lines behind the plot. More...
|
|
static final int | IN_FRONT_OF_PLOT = 0 |
| Draws Level and Time lines in front of the plot. More...
|
|
static final int | SPLIT_DRAW = 2 |
| Draws the background of Level and Time areas behind the plot, then draws their outlines in front of the plot. More...
|
|
◆ BEHIND_PLOT
final int BEHIND_PLOT = 1 |
|
static |
Draws Level and Time lines behind the plot.
◆ IN_FRONT_OF_PLOT
final int IN_FRONT_OF_PLOT = 0 |
|
static |
Draws Level and Time lines in front of the plot.
◆ SPLIT_DRAW
Draws the background of Level and Time areas behind the plot, then draws their outlines in front of the plot.