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 in the native object. |
void |
setOptions(NativeObject options)
Sets the options of chart by the
options property in the native object. |
void |
setPlugins(ArrayObject plugins)
Sets the inline plugins of chart by the
plugins property in the native object. |
checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public void setOptions(NativeObject options)
options
property in the native object.options
- options of chart as native object.public void setData(NativeObject data)
data
property in the native object.data
- data of chart as native object.public void setPlugins(ArrayObject plugins)
plugins
property in the native object.plugins
- inline plugins of chart as array of plugin native object.