| 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 | 
|---|---|
| Stepped | LineDataset. getStepped()Returns if the line is shown as a stepped line. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LineDataset. setStepped(Stepped line)Sets if the line is shown as a stepped line. If the stepped value is set to anything other than false, tension will be ignored. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Stepped | Stepped. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Stepped[] | Stepped. values()Returns an array containing the constants of this enum type, in
the order they are declared. |