| Package | Description | 
|---|---|
| org.pepstock.charba.client.enums | 
 Contains all enumerations of some chart options where only a specific set of values can be set. 
 | 
| org.pepstock.charba.client.impl.plugins | 
 Contains some plugins implementations, available out-of-the box. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DefaultScaleId | 
DefaultScaleId.getByAxisKind(AxisKind kind,
             DefaultScaleId defaultValue)
Returns the default scale id instance by axis kind, otherwise will return  
null if not found. | 
DefaultScaleId | 
AxisType.getDefaultScaleId()
Returns the default scale id for this axis type. 
 | 
static DefaultScaleId | 
DefaultScaleId.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DefaultScaleId[] | 
DefaultScaleId.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DefaultScaleId | 
DefaultScaleId.getByAxisKind(AxisKind kind,
             DefaultScaleId defaultValue)
Returns the default scale id instance by axis kind, otherwise will return  
null if not found. | 
| Modifier and Type | Field and Description | 
|---|---|
static DefaultScaleId | 
DatasetsItemsSelectorOptions.DEFAULT_AXIS_ID
Default X axis id,  
X. |