public abstract class CategoricalSeries extends CategoricalSeriesBase
ChartSeries
that may contain CategoricalDataPoint
.SERIES_Z_INDEX
Constructor and Description |
---|
CategoricalSeries(DataPointBinding valueBinding,
DataPointBinding categoryBinding,
Iterable data) |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getValueBinding()
Gets the binding that will be used to fill the
SingleValueDataPoint.value member of the contained data points. |
void |
setValueBinding(DataPointBinding value)
Sets the binding that will be used to fill the
SingleValueDataPoint.value member of the contained data points. |
<T,U> void |
setValueBinding(Function<T,U> valueSelector) |
getCategoryBinding, getCombineMode, getStackGroupKey, setCategoryBinding, setCategoryBinding, setCombineMode, setStackGroupKey
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 CategoricalSeries(DataPointBinding valueBinding, DataPointBinding categoryBinding, Iterable data)
public DataPointBinding getValueBinding()
SingleValueDataPoint.value
member of the contained data points.SingleValueDataPoint.getValue()
public void setValueBinding(DataPointBinding value)
SingleValueDataPoint.value
member of the contained data points.value
- The value binding.SingleValueDataPoint.getValue()
public <T,U> void setValueBinding(Function<T,U> valueSelector)