public abstract class BarLineScatterCandleBubbleDataSet<T extends Entry> extends DataSet<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
mHighLightColor
default highlight color
|
mAxisDependency, mColors, mDrawValues, mHighlightEnabled, mLastEnd, mLastStart, mValueFormatter, mYMax, mYMin, mYVals| Constructor and Description |
|---|
BarLineScatterCandleBubbleDataSet(java.util.List<T> yVals,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHighLightColor()
Returns the color that is used for drawing the highlight indicators.
|
void |
setHighLightColor(int color)
Sets the color that is used for drawing the highlight indicators.
|
addColor, addEntry, addEntryOrdered, calcMinMax, clear, contains, copy, 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 BarLineScatterCandleBubbleDataSet(java.util.List<T> yVals, java.lang.String label)
public void setHighLightColor(int color)
color - public int getHighLightColor()