public abstract class CategoricalSeriesBase extends CartesianSeries
SERIES_Z_INDEX
Constructor and Description |
---|
CategoricalSeriesBase() |
CategoricalSeriesBase(DataPointBinding categoryBinding,
Iterable data) |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getCategoryBinding()
Gets the binding that will be used to fill the
CategoricalDataPointBase.getCategory() member of the contained data points. |
ChartSeriesCombineMode |
getCombineMode()
Gets or sets the combination mode to be used when data points are plotted.
|
Object |
getStackGroupKey()
Gets the key that defines in which stack group this series will be included if its
getCombineMode() equals STACK or STACK_100. |
void |
setCategoryBinding(DataPointBinding value)
Sets the binding that will be used to fill the
CategoricalDataPointBase.getCategory() member of the contained data points. |
<T,U> void |
setCategoryBinding(Function<T,U> valueSelector) |
void |
setCombineMode(ChartSeriesCombineMode value)
Sets or sets the
ChartSeriesCombineMode to be used when data points are plotted. |
void |
setStackGroupKey(Object value)
Sets the key that defines in which stack group this series will be included if its
getCombineMode() equals STACK or STACK_100. |
chartAxisChanged, getHorizontalAxis, getVerticalAxis, setHorizontalAxis, setVerticalAxis
getDataPointRenderer, getLegendFillColor, getLegendStrokeColor, getLegendTitle, getSelectedChangeListener, onPointAdded, onPointRemoved, setDataPointRenderer, setIsSelected, setLegendTitle, setSelectedChangeListener
addPropertyChangedListener, dataSource, findClosestPoint, getClipToPlotArea, getData, getDistanceToPoint, getIsSelected, getIsVisibleInLegend, getLabelFillColor, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelMargin, getLabelRenderer, getLabelSize, getLabelStrokeColor, getLabelTextColor, getLabelValueToStringConverter, getPlotAreaSize, getSelectionMode, getShowLabels, hitTest, hitTestDataPoint, model, onBoundItemPropertyChanged, onDataBindingComplete, onDataPointIsSelectedChanged, postRender, removePropertyChangedListener, render, setClipToPlotArea, setData, setIsVisibleInLegend, setLabelFillColor, setLabelFont, setLabelFontStyle, setLabelFormat, setLabelMargin, setLabelPadding, setLabelRenderer, setLabelSize, setLabelStrokeColor, setLabelTextColor, setLabelValueToStringConverter, setSelectionMode, setShowLabels
attach, detach, getCanApplyPalette, getChart, getCollectionIndex, getPalette, getZIndex, invalidatePalette, onPaletteInvalidated, onPaletteUpdated, requestLayout, requestRender, setZIndex, updatePalette
getPaletteFamily, getPaletteFamilyCore, isLoaded, isPaletteApplied, isVisible, measureContent, paletteFamily, refreshNode, setCanApplyPalette, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIsSelected
getCollectionIndex, invalidatePalette, measureContent, refreshNode
public CategoricalSeriesBase()
public CategoricalSeriesBase(DataPointBinding categoryBinding, Iterable data)
public ChartSeriesCombineMode getCombineMode()
public void setCombineMode(ChartSeriesCombineMode value)
ChartSeriesCombineMode
to be used when data points are plotted.value
- The new ChartSeriesCombineMode
.public Object getStackGroupKey()
getCombineMode()
equals STACK or STACK_100.getCombineMode()
equals STACK or STACK_100.public void setStackGroupKey(Object value)
getCombineMode()
equals STACK or STACK_100.value
- The key that defines in which stack group this series will be included if its getCombineMode()
equals STACK or STACK_100.public DataPointBinding getCategoryBinding()
CategoricalDataPointBase.getCategory()
member of the contained data points.public void setCategoryBinding(DataPointBinding value)
CategoricalDataPointBase.getCategory()
member of the contained data points.value
- The category binding.public <T,U> void setCategoryBinding(Function<T,U> valueSelector)