public class ScatterLineSeries extends ScatterPointSeries implements StrokedSeries
FILL_COLOR_PROPERTY_KEY, STROKE_COLOR_PROPERTY_KEY, STROKE_THICKNESS_PROPERTY_KEY
SERIES_Z_INDEX
Constructor and Description |
---|
ScatterLineSeries()
Creates a new instance of the ScatterLineSeries class.
|
Modifier and Type | Method and Description |
---|---|
float |
getLineTouchTargetSize() |
float |
getTouchTargetRadius() |
boolean |
hitTest(PointF touchLocation)
Determines if the series contains the provided point.
|
void |
setLineTouchTargetSize(float value) |
void |
setStrokeColor(int value)
Sets the new stroke color.
|
void |
setStrokePaint(Paint value)
Sets the stroke paint of the scatter points.
|
void |
setStrokeThickness(float value)
Sets the stroke thickness.
|
void |
setTouchTargetRadius(float radius) |
dataPoints, getDistanceToPoint, getFillColor, getFillPaint, getLegendFillColor, getLegendStrokeColor, getPointSize, getStrokeColor, getStrokePaint, getStrokeThickness, getXValueBinding, getYValueBinding, setCanApplyPalette, setData, setFillColor, setFillPaint, setPointSize, setXValueBinding, setXValueBinding, setYValueBinding, setYValueBinding
chartAxisChanged, getHorizontalAxis, getVerticalAxis, setHorizontalAxis, setVerticalAxis
getDataPointRenderer, getLegendTitle, getSelectedChangeListener, onPointAdded, onPointRemoved, setDataPointRenderer, setIsSelected, setLegendTitle, setSelectedChangeListener
addPropertyChangedListener, dataSource, findClosestPoint, getClipToPlotArea, getData, getIsSelected, getIsVisibleInLegend, getLabelFillColor, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelMargin, getLabelRenderer, getLabelSize, getLabelStrokeColor, getLabelTextColor, getLabelValueToStringConverter, getPlotAreaSize, getSelectionMode, getShowLabels, hitTestDataPoint, model, onBoundItemPropertyChanged, onDataBindingComplete, onDataPointIsSelectedChanged, postRender, removePropertyChangedListener, render, setClipToPlotArea, 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, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStrokeColor, getStrokeThickness
getIsSelected
getCollectionIndex, invalidatePalette, measureContent, refreshNode
public ScatterLineSeries()
public void setStrokeColor(int value)
setStrokeColor
in class ScatterPointSeries
public void setStrokeThickness(float value)
setStrokeThickness
in class ScatterPointSeries
public void setStrokePaint(Paint value)
ScatterPointSeries
setStrokePaint
in class ScatterPointSeries
public void setTouchTargetRadius(float radius)
public float getTouchTargetRadius()
public float getLineTouchTargetSize()
public void setLineTouchTargetSize(float value)
public boolean hitTest(PointF touchLocation)
ChartSeries
hitTest
in class ChartSeries
touchLocation
- The point to test.