GLG Toolkit, Java Class Library  Version 4.5
GlgPlotType

Specifies a type of a chart's plot. More...

Detailed Description

Specifies a type of a chart's plot.

Constants

static final int BAR_PLOT = 3
 Plot type constant. More...
 
static final int FLOATING_BAR_PLOT = 4
 Plot type constant. More...
 
static final int LINE_AND_MARKERS_PLOT = 33
 Plot type constant. More...
 
static final int LINE_PLOT = 1
 Plot type constant. More...
 
static final int MARKERS_PLOT = 32
 Plot type constant. More...
 
static final int STEP_AND_MARKERS_PLOT = 34
 Plot type constant. More...
 
static final int STEP_PLOT = 2
 Plot type constant. More...
 

Variable Documentation

◆ BAR_PLOT

final int BAR_PLOT = 3
static

Plot type constant.

◆ FLOATING_BAR_PLOT

final int FLOATING_BAR_PLOT = 4
static

Plot type constant.

◆ LINE_AND_MARKERS_PLOT

final int LINE_AND_MARKERS_PLOT = 33
static

Plot type constant.

◆ LINE_PLOT

final int LINE_PLOT = 1
static

Plot type constant.

◆ MARKERS_PLOT

final int MARKERS_PLOT = 32
static

Plot type constant.

◆ STEP_AND_MARKERS_PLOT

final int STEP_AND_MARKERS_PLOT = 34
static

Plot type constant.

◆ STEP_PLOT

final int STEP_PLOT = 2
static

Plot type constant.