public abstract class LineRadarDataSet<T extends Entry> extends LineScatterCandleRadarDataSet<T> implements ILineRadarDataSet<T>
DataSet.Rounding| Modifier and Type | Field and Description |
|---|---|
protected android.graphics.drawable.Drawable |
mFillDrawable
the drawable to be used for filling the line surface
|
mDrawHorizontalHighlightIndicator, mDrawVerticalHighlightIndicator, mHighlightDashPathEffect, mHighlightLineWidthmHighLightColormEntries, mXMax, mXMin, mYMax, mYMinmAxisDependency, mColors, mDrawIcons, mDrawValues, mGradientColor, mGradientColors, mHighlightEnabled, mIconsOffset, mValueColors, mValueFormatter, mValueTextSize, mValueTypeface, mVisible| Constructor and Description |
|---|
LineRadarDataSet(java.util.List<T> yVals,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(LineRadarDataSet lineRadarDataSet) |
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 area.
|
android.graphics.drawable.Drawable |
getFillDrawable()
Returns the drawable used for filling the area below the line.
|
float |
getLineWidth()
Returns the stroke-width of the drawn 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.
|
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 area below the line.
|
void |
setFillDrawable(android.graphics.drawable.Drawable drawable)
Sets the drawable to be used to fill the area below the line.
|
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
|
copy, disableDashedHighlightLine, enableDashedHighlightLine, getDashPathEffectHighlight, getHighlightLineWidth, isDashedHighlightLineEnabled, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabled, setDrawHighlightIndicators, setDrawHorizontalHighlightIndicator, setDrawVerticalHighlightIndicator, setHighlightLineWidthcopy, getHighLightColor, setHighLightColoraddEntry, addEntryOrdered, calcMinMax, calcMinMax, calcMinMaxX, calcMinMaxY, calcMinMaxY, clear, copy, copy, getEntries, getEntriesForXValue, getEntryCount, getEntryForIndex, getEntryForXValue, getEntryForXValue, getEntryIndex, getEntryIndex, getValues, getXMax, getXMin, getYMax, getYMin, removeEntry, setEntries, 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, waitgetDashPathEffectHighlight, getHighlightLineWidth, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabledgetHighLightColoraddEntry, 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 android.graphics.drawable.Drawable mFillDrawable
public LineRadarDataSet(java.util.List<T> yVals, java.lang.String label)
public int getFillColor()
ILineRadarDataSetgetFillColor in interface ILineRadarDataSet<T extends Entry>public void setFillColor(int color)
color - public android.graphics.drawable.Drawable getFillDrawable()
ILineRadarDataSetgetFillDrawable in interface ILineRadarDataSet<T extends Entry>public void setFillDrawable(android.graphics.drawable.Drawable drawable)
drawable - public int getFillAlpha()
ILineRadarDataSetgetFillAlpha in interface ILineRadarDataSet<T extends Entry>public void setFillAlpha(int alpha)
alpha - public void setLineWidth(float width)
width - public float getLineWidth()
ILineRadarDataSetgetLineWidth in interface ILineRadarDataSet<T extends Entry>public void setDrawFilled(boolean filled)
ILineRadarDataSetsetDrawFilled in interface ILineRadarDataSet<T extends Entry>public boolean isDrawFilledEnabled()
ILineRadarDataSetisDrawFilledEnabled in interface ILineRadarDataSet<T extends Entry>protected void copy(LineRadarDataSet lineRadarDataSet)