-
- 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>
-
-
Method Summary
Modifier and Type Method Description abstract BooleangetIsVerticalHighlightIndicatorEnabled()Returns true if vertical highlight indicator lines are enabled (drawn) abstract BooleangetIsHorizontalHighlightIndicatorEnabled()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. abstract IntegergetHighLightColor()-
Methods inherited from class com.github.mikephil.charting.interfaces.datasets.IBarLineScatterCandleBubbleDataSet
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
-
getIsVerticalHighlightIndicatorEnabled
abstract Boolean getIsVerticalHighlightIndicatorEnabled()
Returns true if vertical highlight indicator lines are enabled (drawn)
-
getIsHorizontalHighlightIndicatorEnabled
abstract Boolean getIsHorizontalHighlightIndicatorEnabled()
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.
-
getHighLightColor
abstract Integer getHighLightColor()
-
-
-
-