public abstract class IndicatorBase extends CartesianSeries
Modifier and Type | Field and Description |
---|---|
static int |
FINANCIAL_INDICATOR_Z_INDEX |
SERIES_Z_INDEX
Constructor and Description |
---|
IndicatorBase()
Creates a new instance of the
IndicatorBase class. |
Modifier and Type | Method and Description |
---|---|
DataPointBinding |
getCategoryBinding()
Gets the binding that will be used to fill the category of the contained data points.
|
DataPointCollection<CategoricalDataPoint> |
getDataPoints()
Gets the collection of data points associated with the indicator.
|
ChartSeriesModel |
model()
Gets the series model for this instance.
|
void |
setCategoryBinding(DataPointBinding value)
Sets the binding that will be used to fill the category of the contained data points.
|
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, 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 static final int FINANCIAL_INDICATOR_Z_INDEX
public IndicatorBase()
IndicatorBase
class.public ChartSeriesModel model()
ChartSeries
model
in class ChartSeries
ChartSeriesModel
.public DataPointCollection<CategoricalDataPoint> getDataPoints()
public DataPointBinding getCategoryBinding()
public void setCategoryBinding(DataPointBinding value)
value
- The new category binding.