-
- All Implemented Interfaces:
-
com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet,com.github.mikephil.charting.interfaces.datasets.IDataSet
public interface ILineScatterCandleRadarDataSet<T extends Entry> implements IBarLineScatterCandleBubbleDataSet<T>
Created by Philipp Jahoda on 21/10/15.
-
-
Method Summary
Modifier and Type Method Description abstract booleanisVerticalHighlightIndicatorEnabled()Returns true if vertical highlight indicator lines are enabled (drawn) abstract booleanisHorizontalHighlightIndicatorEnabled()Returns true if vertical highlight indicator lines are enabled (drawn) abstract floatgetHighlightLineWidth()Returns the line-width in which highlight lines are to be drawn. abstract DashPathEffectgetDashPathEffectHighlight()Returns the DashPathEffect that is used for highlighting. -
Methods inherited from class com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet
getHighLightColor -
Methods inherited from class com.github.mikephil.charting.interfaces.datasets.IDataSet
addEntry, addEntryOrdered, calcMinMax, calcMinMaxY, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getIconsOffset, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getXMax, getXMin, getYMax, getYMin, isDrawIconsEnabled, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsFormatter, removeEntry, removeEntry, removeEntryByXValue, removeFirst, removeLast, setAxisDependency, setDrawIcons, setDrawValues, setHighlightEnabled, setIconsOffset, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisible -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isVerticalHighlightIndicatorEnabled
abstract boolean isVerticalHighlightIndicatorEnabled()
Returns true if vertical highlight indicator lines are enabled (drawn)
-
isHorizontalHighlightIndicatorEnabled
abstract boolean isHorizontalHighlightIndicatorEnabled()
Returns true if vertical highlight indicator lines are enabled (drawn)
-
getHighlightLineWidth
abstract float getHighlightLineWidth()
Returns the line-width in which highlight lines are to be drawn.
-
getDashPathEffectHighlight
abstract DashPathEffect getDashPathEffectHighlight()
Returns the DashPathEffect that is used for highlighting.
-
-
-
-