| Package | Description | 
|---|---|
| org.pepstock.charba.client.impl.charts | 
 Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MeterDisplay | 
MeterOptions.getDisplay()
Returns the display type of data in chart. 
 | 
static MeterDisplay | 
MeterDisplay.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MeterDisplay[] | 
MeterDisplay.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MeterOptions.setDisplay(MeterDisplay display)
Sets the display type of data in chart. 
 |