public final class StyleElement extends DatasetItem
removeHoverStyle and setHoverStyle methods.
It contrians information about the dataset, chart and scales to use.| Modifier and Type | Class and Description |
|---|---|
protected static class |
StyleElement.InternalScaleItem
Internal class to extend scale items.
|
| Modifier and Type | Method and Description |
|---|---|
ChartNode |
getChartNode()
Returns the chart node instance.
|
ScaleItem |
getXScale()
Returns the X scale instance.
|
ScaleItem |
getYScale()
Returns the Y scale instance.
|
getDatasetIndex, getIndex, getView, isHidden, setHiddencheckAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, typepublic ChartNode getChartNode()
null if not exists.public ScaleItem getXScale()
null if not exists.public ScaleItem getYScale()
null if not exists.