public class CombinedHighlighter extends ChartHighlighter<BarLineScatterCandleBubbleDataProvider>
mChart| Constructor and Description |
|---|
CombinedHighlighter(BarLineScatterCandleBubbleDataProvider chart) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<SelectionDetail> |
getSelectionDetailsAtIndex(int xIndex,
int dataSetIndex)
Returns a list of SelectionDetail object corresponding to the given xIndex.
|
getHighlight, getSelectionDetail, getXIndexpublic CombinedHighlighter(BarLineScatterCandleBubbleDataProvider chart)
protected java.util.List<SelectionDetail> getSelectionDetailsAtIndex(int xIndex, int dataSetIndex)
getSelectionDetailsAtIndex in class ChartHighlighter<BarLineScatterCandleBubbleDataProvider>xIndex - dataSetIndex - dataSet index to look at. -1 if unspecified.