GLG Toolkit, Java Class Library  Version 4.5
GlgLevelDrawOrder

Specifies a drawing order of a chart's Level Lines and Time Lines. More...

Detailed Description

Specifies a drawing order of a chart's Level Lines and Time Lines.

Constants

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

Variable Documentation

◆ 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

final int SPLIT_DRAW = 2
static

Draws the background of Level and Time areas behind the plot, then draws their outlines in front of the plot.