Package | Description |
---|---|
org.pepstock.charba.client.data |
Modifier and Type | Method and Description |
---|---|
static Labels |
Labels.build()
Builds new label object
|
Labels |
Data.getLabels()
Returns the labels
|
Labels |
Data.getXLabels()
Returns the labels for X axes
|
Labels |
Data.getYLabels()
Returns the labels for Y axes
|
Modifier and Type | Method and Description |
---|---|
void |
Data.setLabels(Labels labels)
Sets the labels of the data
|
void |
Data.setXLabels(Labels labels)
Sets the labels for X axes of the data
|
void |
Data.setYLabels(Labels labels)
Sets the labels for Y axes of the data
|