public class ScatterDataSet extends LineScatterCandleRadarDataSet<Entry>
mDrawHorizontalHighlightIndicator, mDrawVerticalHighlightIndicator, mHighlightDashPathEffect, mHighlightLineWidthmHighLightColormAxisDependency, mColors, mDrawValues, mHighlightEnabled, mLastEnd, mLastStart, mValueFormatter, mYMax, mYMin, mYVals| Constructor and Description |
|---|
ScatterDataSet(java.util.List<Entry> yVals,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
DataSet<Entry> |
copy()
Provides an exact copy of the DataSet this method is used on.
|
android.graphics.Path |
getCustomScatterShape()
returns the custom path / shape that is specified to be drawn where the
values are at
|
ScatterChart.ScatterShape |
getScatterShape()
returns all the different scattershapes the chart uses
|
float |
getScatterShapeSize()
returns the currently set scatter shape size
|
void |
setCustomScatterShape(android.graphics.Path shape)
Sets a path object as the shape to be drawn where the values are at.
|
void |
setScatterShape(ScatterChart.ScatterShape shape)
Sets the shape that is drawn on the position where the values are at.
|
void |
setScatterShapeSize(float size)
Sets the size in density pixels the drawn scattershape will have.
|
disableDashedHighlightLine, enableDashedHighlightLine, getDashPathEffectHighlight, getHighlightLineWidth, isDashedHighlightLineEnabled, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabled, setDrawHighlightIndicators, setDrawHorizontalHighlightIndicator, setDrawVerticalHighlightIndicator, setHighlightLineWidthgetHighLightColor, setHighLightColoraddColor, addEntry, addEntryOrdered, calcMinMax, clear, contains, getAverage, getAxisDependency, getColor, getColor, getColors, getEntriesForXIndex, getEntryCount, getEntryForXIndex, getEntryIndex, getEntryPosition, getIndexInEntries, getLabel, getValueCount, getValueFormatter, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, getYVals, getYValueSum, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsDefaultFormatter, notifyDataSetChanged, removeEntry, removeEntry, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColors, setColors, setColors, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextSize, setValueTypeface, setVisible, toSimpleString, toStringpublic ScatterDataSet(java.util.List<Entry> yVals, java.lang.String label)
public DataSet<Entry> copy()
DataSetpublic void setScatterShapeSize(float size)
size - public float getScatterShapeSize()
public void setScatterShape(ScatterChart.ScatterShape shape)
shape - public ScatterChart.ScatterShape getScatterShape()
public void setCustomScatterShape(android.graphics.Path shape)
shape - public android.graphics.Path getCustomScatterShape()