public class AreaSeries extends CategoricalStrokedSeries implements FilledSeries
Modifier and Type | Field and Description |
---|---|
static int |
FILL_COLOR_PROPERTY_KEY |
STROKE_COLOR_PROPERTY_KEY, STROKE_THICKNESS_PROPERTY_KEY
SERIES_Z_INDEX
Constructor and Description |
---|
AreaSeries()
Initializes a new instance of the
AreaSeries class. |
AreaSeries(DataPointBinding valueBinding,
DataPointBinding categoryBinding,
Iterable data) |
Modifier and Type | Method and Description |
---|---|
int |
getFillColor()
Gets the color used to fill the corresponding are in the implementing
ChartSeries
instance. |
int |
getLegendFillColor()
Returns the color used to depict this series in the Chart legend.
|
boolean |
hitTest(PointF touchLocation)
Determines if the series contains the provided point.
|
void |
setFillColor(int value)
Sets the area fill color.
|
getDashArray, getDataPointIndicatorRenderer, getLegendStrokeColor, getLineTouchTargetSize, getStrokeColor, getStrokeThickness, getTouchTargetRadius, setDashArray, setDataPointIndicatorRenderer, setLineTouchTargetSize, setStrokeColor, setStrokeThickness, setTouchTargetRadius
getValueBinding, setValueBinding, setValueBinding
getCategoryBinding, getCombineMode, getStackGroupKey, setCategoryBinding, setCategoryBinding, setCombineMode, setStackGroupKey
chartAxisChanged, getHorizontalAxis, getVerticalAxis, setHorizontalAxis, setVerticalAxis
getDataPointRenderer, 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, 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 AreaSeries()
AreaSeries
class.public AreaSeries(DataPointBinding valueBinding, DataPointBinding categoryBinding, Iterable data)
public void setFillColor(int value)
value
- The new fill color.public int getFillColor()
FilledSeries
ChartSeries
instance.getFillColor
in interface FilledSeries
public int getLegendFillColor()
PointTemplateSeries
getLegendFillColor
in class CategoricalStrokedSeries
public boolean hitTest(PointF touchLocation)
ChartSeries
hitTest
in class ChartSeries
touchLocation
- The point to test.