public class RangeSeriesBaseModel 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 |
---|
RangeSeriesBaseModel()
Creates a new instance of the
RangeSeriesBaseModel class. |
Modifier and Type | Method and Description |
---|---|
ModifyChildrenResult |
canAddChild(ChartNode child)
Gets a
ModifyChildrenResult value that determines if a child can be added to this element. |
AxisPlotMode |
getDefaultPlotMode()
Gets the default
AxisPlotMode for all range series. |
getCombineMode, getStackGroupKey, setCombineMode, setStackGroupKey
attachAxis, detachAxis, getFirstAxis, getSecondAxis
dataPoints, getVirtualizationEnabled, setVirtualizationEnabled, updateVisibleDataPoints, visibleDataPoints
getCombinedPlotStrategy, getCombinedRoundLayoutStrategy, getDataPointsChangedListener, selectPlotMode, setDataPointsChangedListener
enumDescendants, enumDescendants, enumDescendants, findAncestor, findDescendant, getPresenter, isAncestorOf, setPresenter
applyLayoutRounding, arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public RangeSeriesBaseModel()
RangeSeriesBaseModel
class.public AxisPlotMode getDefaultPlotMode()
AxisPlotMode
for all range series.getDefaultPlotMode
in class CategoricalSeriesModel
public ModifyChildrenResult canAddChild(ChartNode child)
ChartElement
ModifyChildrenResult
value that determines if a child can be added to this element.canAddChild
in class CategoricalSeriesModel
child
- The child to be considered.