public class HorizontalBarDataset extends BarDataset
FLEX_BAR_THICKNESS, FLOATING_BAR_DATA_FACTORY| Modifier | Constructor and Description |
|---|---|
|
HorizontalBarDataset()
Creates a dataset.
It uses the global options has default. |
|
HorizontalBarDataset(IsDefaultOptions defaultValues)
Creates the dataset using a default.
|
protected |
HorizontalBarDataset(Type type)
Creates the dataset using chart type related to the dataset.
|
protected |
HorizontalBarDataset(Type type,
IsDefaultOptions defaultValues)
Creates the dataset using a default and chart type related to the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
getOrder()
Returns the drawing order of dataset.
Also affects order for stacking, tooltip, and legend. |
default void |
setOrder(int order)
Sets the drawing order of dataset.
Also affects order for stacking, tooltip, and legend. |
getBarPercentage, getBarThickness, getBorderSkipped, getBorderSkippedCallback, getBorderWidthAsItem, getCategoryPercentage, getDefaultBackgroundColorAsString, getDefaultBorderColorAsString, getDefaultBorderWidth, getFloatingData, getFloatingData, getLabel, getMaxBarThickness, getMinBarLength, getOrderer, getXAxisID, getYAxisID, setBarPercentage, setBarThickness, setBorderSkipped, setBorderSkipped, setBorderSkipped, setBorderWidth, setCategoryPercentage, setFloatingData, setFloatingData, setFloatingData, setMaxBarThickness, setMinBarLength, setXAxisID, setYAxisIDapplyGradient, 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, setHoverBorderWidthgetBackgroundColorCallback, getBorderColorCallback, getBorderWidthCallback, getData, getData, getDataset, getDataType, getDefaultValues, getHoverBackgroundColorCallback, getHoverBorderColorCallback, getHoverBorderWidthCallback, getId, getOptions, getOptions, getType, hasOptions, invokeColorCallback, isHidden, removeOptions, setBackgroundColor, setBorderColor, setBorderWidth, setData, setData, setHidden, setHoverBackgroundColor, setHoverBorderColor, setHoverBorderWidth, setLabel, setOptions, setOptionscheckValue, 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, typeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataPoints, getDataPoints, setDataPoints, setDataPointsgetDatasetpublic HorizontalBarDataset()
public HorizontalBarDataset(IsDefaultOptions defaultValues)
defaultValues - default optionsprotected HorizontalBarDataset(Type type)
type - chart type related to the datasetprotected HorizontalBarDataset(Type type, IsDefaultOptions defaultValues)
type - chart type related to the datasetdefaultValues - default optionspublic void setOrder(int order)
order - the drawing order of dataset.public int getOrder()