public abstract class BarLineScatterCandleBubbleDataSet<T extends Entry> extends DataSet<T> implements IBarLineScatterCandleBubbleDataSet<T>
DataSet.Rounding| Modifier and Type | Field and Description |
|---|---|
protected int |
mHighLightColor
default highlight color
|
mAxisDependency, mColors, mDrawValues, mHighlightEnabled, mValueColors, mValueFormatter, mValueTextSize, mValueTypeface, mVisible| 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.
|
addEntry, addEntryOrdered, calcMinMax, clear, copy, getEntriesForXIndex, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getYMax, getYMin, getYValForXIndex, getYVals, getYValsForXIndex, removeEntry, setYVals, toSimpleString, toStringaddColor, contains, getAxisDependency, getColor, getColor, getColors, getIndexInEntries, getLabel, getValueColors, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, isDrawValuesEnabled, isHighlightEnabled, isVisible, notifyDataSetChanged, removeEntry, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColor, setColors, setColors, setColors, setColors, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEntry, addEntryOrdered, calcMinMax, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXIndex, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, getYValsForXIndex, isDrawValuesEnabled, isHighlightEnabled, isVisible, removeEntry, removeEntry, removeFirst, removeLast, setAxisDependency, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisiblepublic BarLineScatterCandleBubbleDataSet(java.util.List<T> yVals, java.lang.String label)
public void setHighLightColor(int color)
color - public int getHighLightColor()
IBarLineScatterCandleBubbleDataSetgetHighLightColor in interface IBarLineScatterCandleBubbleDataSet<T extends Entry>