public class StackedBarDataset extends BarDataset
stack
property.FLEX_BAR_THICKNESS
Constructor and Description |
---|
StackedBarDataset()
Creates a dataset.
It uses the global options has default. |
StackedBarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default.
|
Modifier and Type | Method and Description |
---|---|
default int |
getOrder()
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend. |
String |
getStackGroup()
Returns the name of stack group.
|
default void |
setOrder(int order)
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend. |
void |
setStackGroup(String stackGroup)
Sets the name of stack group.
|
getBarPercentage, getBarThickness, getBorderSkipped, getBorderSkippedCallback, getBorderWidthAsItem, getCategoryPercentage, getDefaultBackgroundColorAsString, getDefaultBorderColorAsString, getDefaultBorderWidth, getLabel, getMaxBarThickness, getMinBarLength, getOrderer, getXAxisID, getYAxisID, setBarPercentage, setBarThickness, setBorderSkipped, setBorderSkipped, setBorderSkipped, setBorderWidth, setCategoryPercentage, setMaxBarThickness, setMinBarLength, setXAxisID, setYAxisID
applyGradient, applyPattern, getBackgroundColor, getBackgroundColorAsGradient, getBackgroundColorAsPatterns, getBackgroundColorAsString, getBorderColor, getBorderColorAsGradient, getBorderColorAsString, getBorderWidth, getHoverBackgroundColor, getHoverBackgroundColorAsGradient, getHoverBackgroundColorAsPatterns, getHoverBackgroundColorAsString, getHoverBorderColor, getHoverBorderColorAsGradient, getHoverBorderColorAsString, getHoverBorderWidth, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBorderColor, setBorderColor, setBorderColor, setBorderWidth, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderColor, setHoverBorderColor, setHoverBorderWidth
getBackgroundColorCallback, getBorderColorCallback, getBorderWidthCallback, getData, getData, getDataset, getDataType, getDefaultValues, getId, getOptions, getType, hasOptions, isHidden, setBackgroundColor, setBorderColor, setBorderWidth, setData, setData, setHidden, setLabel, setOptions, setType
checkValue, getArrayValue, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, keys, remove, remove, removeIfExists, setArrayValue, setArrayValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataPoints, getDataPoints, setDataPoints, setDataPoints
getDataset
public StackedBarDataset()
public StackedBarDataset(IsDefaultOptions defaultValues)
defaultValues
- default optionspublic void setStackGroup(String stackGroup)
stackGroup
- name of stack group.public String getStackGroup()
public void setOrder(int order)
order
- the drawing order of dataset.public int getOrder()