GLG Toolkit, Java Class Library  Version 4.5
GlgExtDataFlag

Possible values of a plot's ExtendedData attribute. More...

Detailed Description

Possible values of a plot's ExtendedData attribute.

Constants

static final int EXT_DATA_AUTO = 1
 Enables extended data. More...
 
static final int EXT_DATA_LINE = 2
 Enables extended data and prioritizes line attributes over marker attributes. More...
 
static final int EXT_DATA_NONE = 0
 Disables extended data. More...
 

Variable Documentation

◆ EXT_DATA_AUTO

final int EXT_DATA_AUTO = 1
static

Enables extended data.

◆ EXT_DATA_LINE

final int EXT_DATA_LINE = 2
static

Enables extended data and prioritizes line attributes over marker attributes.

◆ EXT_DATA_NONE

final int EXT_DATA_NONE = 0
static

Disables extended data.