public abstract class RealmBarLineScatterCandleBubbleDataSet<T extends RealmObject,S extends Entry> extends RealmBaseDataSet<T,S> implements IBarLineScatterCandleBubbleDataSet<S>
| Modifier and Type | Field and Description |
|---|---|
protected int |
mHighLightColor
default highlight color
|
mIndexField, mValues, mValuesField, mYMax, mYMin, resultsmAxisDependency, mColors, mDrawValues, mHighlightEnabled, mValueColors, mValueFormatter, mValueTextSize, mValueTypeface, mVisible| Constructor and Description |
|---|
RealmBarLineScatterCandleBubbleDataSet( |
RealmBarLineScatterCandleBubbleDataSet(
Constructor that takes the realm RealmResults, sorts & stores them.
|
| 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, build, calcMinMax, clear, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getIndexField, getResults, getValues, getValuesField, getYMax, getYMin, getYValForXIndex, removeEntry, setIndexField, setValuesFieldaddColor, 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, toString, wait, wait, waitaddEntry, addEntryOrdered, calcMinMax, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, isDrawValuesEnabled, isHighlightEnabled, isVisible, removeEntry, removeEntry, removeFirst, removeLast, setAxisDependency, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisiblepublic RealmBarLineScatterCandleBubbleDataSet(results, java.lang.String yValuesField)
public RealmBarLineScatterCandleBubbleDataSet(results, java.lang.String yValuesField, java.lang.String xIndexField)
results - yValuesField - xIndexField - public void setHighLightColor(int color)
color - public int getHighLightColor()
IBarLineScatterCandleBubbleDataSetgetHighLightColor in interface IBarLineScatterCandleBubbleDataSet<S extends Entry>