public abstract class LineScatterCandleRadarDataSet<T extends Entry> extends BarLineScatterCandleBubbleDataSet<T> implements ILineScatterCandleRadarDataSet<T>
DataSet.Rounding| Modifier and Type | Field and Description |
|---|---|
protected boolean |
mDrawHorizontalHighlightIndicator |
protected boolean |
mDrawVerticalHighlightIndicator |
protected android.graphics.DashPathEffect |
mHighlightDashPathEffect
the path effect for dashed highlight-lines
|
protected float |
mHighlightLineWidth
the width of the highlight indicator lines
|
mHighLightColormValues, mXMax, mXMin, mYMax, mYMinmAxisDependency, mColors, mDrawIcons, mDrawValues, mGradientColor, mGradientColors, mHighlightEnabled, mIconsOffset, mValueColors, mValueFormatter, mValueTextSize, mValueTypeface, mVisible| Constructor and Description |
|---|
LineScatterCandleRadarDataSet(java.util.List<T> yVals,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(LineScatterCandleRadarDataSet lineScatterCandleRadarDataSet) |
void |
disableDashedHighlightLine()
Disables the highlight-line to be drawn in dashed mode.
|
void |
enableDashedHighlightLine(float lineLength,
float spaceLength,
float phase)
Enables the highlight-line to be drawn in dashed mode, e.g.
|
android.graphics.DashPathEffect |
getDashPathEffectHighlight()
Returns the DashPathEffect that is used for highlighting.
|
float |
getHighlightLineWidth()
Returns the line-width in which highlight lines are to be drawn.
|
boolean |
isDashedHighlightLineEnabled()
Returns true if the dashed-line effect is enabled for highlight lines, false if not.
|
boolean |
isHorizontalHighlightIndicatorEnabled()
Returns true if vertical highlight indicator lines are enabled (drawn)
|
boolean |
isVerticalHighlightIndicatorEnabled()
Returns true if vertical highlight indicator lines are enabled (drawn)
|
void |
setDrawHighlightIndicators(boolean enabled)
Enables / disables both vertical and horizontal highlight-indicators.
|
void |
setDrawHorizontalHighlightIndicator(boolean enabled)
Enables / disables the horizontal highlight-indicator.
|
void |
setDrawVerticalHighlightIndicator(boolean enabled)
Enables / disables the vertical highlight-indicator.
|
void |
setHighlightLineWidth(float width)
Sets the width of the highlight line in dp.
|
copy, getHighLightColor, setHighLightColoraddEntry, addEntryOrdered, calcMinMax, calcMinMax, calcMinMaxX, calcMinMaxY, calcMinMaxY, clear, copy, copy, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getValues, getXMax, getXMin, getYMax, getYMin, removeEntry, setValues, toSimpleString, toStringaddColor, contains, copy, getAxisDependency, getColor, getColor, getColors, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getGradientColor, getGradientColor, getGradientColors, getIconsOffset, getIndexInEntries, getLabel, getValueColors, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, isDrawIconsEnabled, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsFormatter, notifyDataSetChanged, removeEntry, removeEntryByXValue, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColor, setColors, setColors, setColors, setColors, setDrawIcons, setDrawValues, setForm, setFormLineDashEffect, setFormLineWidth, setFormSize, setGradientColor, setGradientColors, setHighlightEnabled, setIconsOffset, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHighLightColoraddEntry, addEntryOrdered, calcMinMax, calcMinMaxY, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getForm, getFormLineDashEffect, getFormLineWidth, getFormSize, getGradientColor, getGradientColor, getGradientColors, 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, setVisibleprotected boolean mDrawVerticalHighlightIndicator
protected boolean mDrawHorizontalHighlightIndicator
protected float mHighlightLineWidth
protected android.graphics.DashPathEffect mHighlightDashPathEffect
public LineScatterCandleRadarDataSet(java.util.List<T> yVals, java.lang.String label)
public void setDrawHorizontalHighlightIndicator(boolean enabled)
enabled - public void setDrawVerticalHighlightIndicator(boolean enabled)
enabled - public void setDrawHighlightIndicators(boolean enabled)
enabled - public boolean isVerticalHighlightIndicatorEnabled()
ILineScatterCandleRadarDataSetisVerticalHighlightIndicatorEnabled in interface ILineScatterCandleRadarDataSet<T extends Entry>public boolean isHorizontalHighlightIndicatorEnabled()
ILineScatterCandleRadarDataSetisHorizontalHighlightIndicatorEnabled in interface ILineScatterCandleRadarDataSet<T extends Entry>public void setHighlightLineWidth(float width)
width - public float getHighlightLineWidth()
ILineScatterCandleRadarDataSetgetHighlightLineWidth in interface ILineScatterCandleRadarDataSet<T extends Entry>public void enableDashedHighlightLine(float lineLength,
float spaceLength,
float phase)
lineLength - the length of the line piecesspaceLength - the length of space inbetween the line-piecesphase - offset, in degrees (normally, use 0)public void disableDashedHighlightLine()
public boolean isDashedHighlightLineEnabled()
public android.graphics.DashPathEffect getDashPathEffectHighlight()
ILineScatterCandleRadarDataSetgetDashPathEffectHighlight in interface ILineScatterCandleRadarDataSet<T extends Entry>protected void copy(LineScatterCandleRadarDataSet lineScatterCandleRadarDataSet)