GLG Toolkit, Java Class Library  Version 4.5
GlgChartElemDrawOrder

Controls drawing order of the chart's elements, may be combined with bitwise OR. More...

Detailed Description

Controls drawing order of the chart's elements, may be combined with bitwise OR.

Constants

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...
 

Variable Documentation

◆ 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.