public class OhlcSeriesModel extends SeriesModelWithAxes<OhlcDataPoint>
ChartSeriesModel.DataPointsChangedListener
ChartElement.Predicate<T>
DATA_POINTS_MODIFIED_MESSAGE_KEY
children
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
OhlcSeriesModel() |
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 this series. |
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 AxisPlotMode getDefaultPlotMode()
ChartSeriesModel
AxisPlotMode
for this series.getDefaultPlotMode
in class ChartSeriesModel
public ModifyChildrenResult canAddChild(ChartNode child)
ChartElement
ModifyChildrenResult
value that determines if a child can be added to this element.canAddChild
in class ChartElement
child
- The child to be considered.