Controls drawing order of the chart's elements, may be combined with bitwise OR.
More...
Controls drawing order of the chart's elements, may be combined with bitwise OR.
|
static final int | GRID_FOREGROUND = 1 |
| If specified, the chart grid is drawn in the foreground, otherwise it is is drawn in the background. More...
|
|
static final int | OUTLINE_FOREGROUND = 2 |
| If specified, the data area outline is drawn in the foreground, otherwise it is drawn in the background. More...
|
|
◆ GRID_FOREGROUND
final int GRID_FOREGROUND = 1 |
|
static |
If specified, the chart grid is drawn in the foreground, otherwise it is is drawn in the background.
◆ OUTLINE_FOREGROUND
final int OUTLINE_FOREGROUND = 2 |
|
static |
If specified, the data area outline is drawn in the foreground, otherwise it is drawn in the background.