| Package | Description |
|---|---|
| org.pepstock.charba.client.enums | |
| org.pepstock.charba.client.options.scales |
| Modifier and Type | Method and Description |
|---|---|
static ScaleDistribution |
ScaleDistribution.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScaleDistribution[] |
ScaleDistribution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScaleDistribution |
CartesianTimeAxis.getDistribution()
Returns the property controls the data distribution along the scale.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CartesianTimeAxis.setDistribution(ScaleDistribution distribution)
Sets property controls the data distribution along the scale.
|