Package | Description |
---|---|
org.pepstock.charba.client.data | |
org.pepstock.charba.client.enums |
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(java.lang.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.
|