Package | Description |
---|---|
org.pepstock.charba.client.enums | |
org.pepstock.charba.client.options.scales |
Modifier and Type | Method and Description |
---|---|
static ScaleBounds |
ScaleBounds.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScaleBounds[] |
ScaleBounds.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScaleBounds |
CartesianTimeAxis.getBounds()
Returns the property controls the scale boundary strategy (bypassed by min/max time options).
|
Modifier and Type | Method and Description |
---|---|
void |
CartesianTimeAxis.setBounds(ScaleBounds bounds)
Sets the property controls the scale boundary strategy (bypassed by min/max time options).
|