Package | Description |
---|---|
org.pepstock.charba.client.labels |
Contains all classes to use LABELS plugin (AKA
chartjs-plugin-labels.js ) available for CHART.JS |
org.pepstock.charba.client.labels.enums |
Contains all enumerations to configure the LABELS plugin.
|
Modifier and Type | Method and Description |
---|---|
Position |
LabelsOptions.getPosition()
Returns the position to draw label.
|
Modifier and Type | Method and Description |
---|---|
LabelsOptionsBuilder |
LabelsOptionsBuilder.setPosition(Position position)
+ Sets the position to draw label.
|
void |
LabelsOptions.setPosition(Position position)
+ Sets the position to draw label.
|
Modifier and Type | Method and Description |
---|---|
static Position |
Position.getPositionByValue(String value)
Returns the position enumeration item by its value.
|
static Position |
Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|