public final class Configuration extends NativeObjectContainer
| Modifier and Type | Method and Description |
|---|---|
void |
setData(NativeObject data)
Sets the data of chart by the
data property into native object. |
void |
setOptions(NativeObject options)
Sets the options of chart by the
options property into native object. |
void |
setPlugins(ArrayObject plugins)
Sets the inline plugins of chart by the
plugins property into native object. |
checkValue, empty, getArrayValue, getNativeChart, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, typepublic void setOptions(NativeObject options)
options property into native object.options - options of chart as native object.public void setData(NativeObject data)
data property into native object.data - data of chart as native object.public void setPlugins(ArrayObject plugins)
plugins property into native object.plugins - inline plugins of chart as array of plugin native object.