GLG Toolkit, Java Class Library  Version 4.5
GlgLegendLayoutType

Specifies legend layout type. More...

Detailed Description

Specifies legend layout type.

Constants

static final int HORIZONTAL_LEGEND = 0
 Legend layout type. More...
 
static final int HORIZONTAL_WRAPPED_LEGEND = 1
 Legend layout type. More...
 
static final int VERTICAL_LEGEND = 2
 Legend layout type. More...
 
static final int VERTICAL_WRAPPED_LEGEND = 3
 Legend layout type. More...
 

Variable Documentation

◆ HORIZONTAL_LEGEND

final int HORIZONTAL_LEGEND = 0
static

Legend layout type.

◆ HORIZONTAL_WRAPPED_LEGEND

final int HORIZONTAL_WRAPPED_LEGEND = 1
static

Legend layout type.

◆ VERTICAL_LEGEND

final int VERTICAL_LEGEND = 2
static

Legend layout type.

◆ VERTICAL_WRAPPED_LEGEND

final int VERTICAL_WRAPPED_LEGEND = 3
static

Legend layout type.