| Package | Description | 
|---|---|
| org.pepstock.charba.client.geo | 
 Contains all classes to activate the GEO controllers (AKA  
chartjs-chart-geo.js ) for CHART.js. | 
| org.pepstock.charba.client.geo.enums | 
 Contains all enumerations to configure the GEO controllers. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Align | 
Legend.getAlign()
Returns the alignment of the legend on the chart area. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Legend.setAlign(Align align)
Sets the alignment of the legend on the chart area. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Align | 
Align.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Align[] | 
Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |