Package | Description |
---|---|
org.pepstock.charba.client.data |
Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).
|
org.pepstock.charba.client.enums |
Contains all enumerations of some chart options where only a specific set of values can be set.
|
Modifier and Type | Method and Description |
---|---|
SteppedLine |
LineDataset.getSteppedLine()
Returns If the line is shown as a stepped line.
|
Modifier and Type | Method and Description |
---|---|
void |
LineDataset.setSteppedLine(SteppedLine line)
Sets If the line is shown as a stepped line.
If the steppedLine value is set to anything other than false, lineTension will be ignored. |
Modifier and Type | Method and Description |
---|---|
static SteppedLine |
SteppedLine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteppedLine[] |
SteppedLine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|