public class BarSeriesModel extends CategoricalSeriesModel
ChartSeriesModel.DataPointsChangedListener
ChartElement.Predicate<T>
COMBINE_MODE_PROPERTY_KEY, STACK_GROUP_KEY_PROPERTY_KEY
DATA_POINTS_MODIFIED_MESSAGE_KEY
children
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
BarSeriesModel()
Creates a new instance of the
BarSeriesModel class. |
Modifier and Type | Method and Description |
---|---|
void |
applyLayoutRounding()
Applies layout snapping and corrects rounding errors.
|
CombinedSeriesPlotStrategy |
getCombinedPlotStrategy()
Gets the strategy that will be used when series of this type are combined - for example Stacked - on the plot area.
|
CombinedSeriesRoundLayoutStrategy |
getCombinedRoundLayoutStrategy()
Gets the strategy that will apply layout rounding for combined series of this type.
|
double |
getMaxBarWidth() |
double |
getMinBarWidth() |
void |
setMaxBarWidth(double value) |
void |
setMinBarWidth(double value) |
canAddChild, getCombineMode, getDefaultPlotMode, getStackGroupKey, setCombineMode, setStackGroupKey
attachAxis, detachAxis, getFirstAxis, getSecondAxis
dataPoints, getVirtualizationEnabled, setVirtualizationEnabled, updateVisibleDataPoints, visibleDataPoints
getDataPointsChangedListener, selectPlotMode, setDataPointsChangedListener
enumDescendants, enumDescendants, enumDescendants, findAncestor, findDescendant, getPresenter, isAncestorOf, setPresenter
arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public BarSeriesModel()
BarSeriesModel
class.public CombinedSeriesPlotStrategy getCombinedPlotStrategy()
ChartSeriesModel
getCombinedPlotStrategy
in class ChartSeriesModel
public CombinedSeriesRoundLayoutStrategy getCombinedRoundLayoutStrategy()
ChartSeriesModel
getCombinedRoundLayoutStrategy
in class ChartSeriesModel
public void applyLayoutRounding()
ChartNode
applyLayoutRounding
in class ChartNode
public void setMinBarWidth(double value)
public double getMinBarWidth()
public void setMaxBarWidth(double value)
public double getMaxBarWidth()