public abstract class LineRadarDataSet<T extends Entry> extends LineScatterCandleRadarDataSet<T>
mDrawHorizontalHighlightIndicator, mDrawVerticalHighlightIndicator, mHighlightDashPathEffect, mHighlightLineWidthmHighLightColormAxisDependency, mColors, mDrawValues, mHighlightEnabled, mLastEnd, mLastStart, mValueFormatter, mYMax, mYMin, mYVals| Constructor and Description |
|---|
LineRadarDataSet(java.util.List<T> yVals,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFillAlpha()
returns the alpha value that is used for filling the line surface,
default: 85
|
int |
getFillColor()
returns the color that is used for filling the line surface
|
float |
getLineWidth()
returns the width of the drawn chart line
|
boolean |
isDrawFilledEnabled()
returns true if filled drawing is enabled, false if not
|
void |
setDrawFilled(boolean filled)
Set to true if the DataSet should be drawn filled (surface), and not just
as a line, disabling this will give great performance boost! default:
false
|
void |
setFillAlpha(int alpha)
sets the alpha value (transparency) that is used for filling the line
surface (0-255), default: 85
|
void |
setFillColor(int color)
sets the color that is used for filling the line surface
|
void |
setLineWidth(float width)
set the line width of the chart (min = 0.2f, max = 10f); default 1f NOTE:
thinner line == better performance, thicker line == worse performance
|
disableDashedHighlightLine, enableDashedHighlightLine, getDashPathEffectHighlight, getHighlightLineWidth, isDashedHighlightLineEnabled, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabled, setDrawHighlightIndicators, setDrawHorizontalHighlightIndicator, setDrawVerticalHighlightIndicator, setHighlightLineWidthgetHighLightColor, setHighLightColoraddColor, addEntry, addEntryOrdered, calcMinMax, clear, contains, copy, getAverage, getAxisDependency, getColor, getColor, getColors, getEntriesForXIndex, getEntryCount, getEntryForXIndex, getEntryIndex, getEntryPosition, getIndexInEntries, getLabel, getValueCount, getValueFormatter, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, getYVals, getYValueSum, isDrawValuesEnabled, isHighlightEnabled, isVisible, needsDefaultFormatter, notifyDataSetChanged, removeEntry, removeEntry, removeFirst, removeLast, resetColors, setAxisDependency, setColor, setColors, setColors, setColors, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextSize, setValueTypeface, setVisible, toSimpleString, toStringpublic LineRadarDataSet(java.util.List<T> yVals, java.lang.String label)
public int getFillColor()
public void setFillColor(int color)
color - public int getFillAlpha()
public void setFillAlpha(int alpha)
alpha - public void setLineWidth(float width)
width - public float getLineWidth()
public void setDrawFilled(boolean filled)
filled - public boolean isDrawFilledEnabled()