O - Options type for the specific chartD - Dataset type for the specific chartpublic interface IsChart<O extends ConfigurationOptions,D extends Dataset>
| Modifier and Type | Method and Description |
|---|---|
O |
getOptions()
Returns the options of chart.
|
Type |
getType()
Returns the type of chart.
|
D |
newDataset()
Creates a new dataset related to chart type.
|