GLG Toolkit, Java Class Library  Version 4.5
GlgEnableXY

Specifies chart crosshair type. More...

Detailed Description

Specifies chart crosshair type.

Constants

static final int DISABLE_XY = 0
 Chart crosshair type constant. More...
 
static final int ENABLE_X = 1
 Chart crosshair type constant. More...
 
static final int ENABLE_XY = 3
 Chart crosshair type constant. More...
 
static final int ENABLE_Y = 2
 Chart crosshair type constant. More...
 

Variable Documentation

◆ DISABLE_XY

final int DISABLE_XY = 0
static

Chart crosshair type constant.

◆ ENABLE_X

final int ENABLE_X = 1
static

Chart crosshair type constant.

◆ ENABLE_XY

final int ENABLE_XY = 3
static

Chart crosshair type constant.

◆ ENABLE_Y

final int ENABLE_Y = 2
static

Chart crosshair type constant.