public interface ILineRadarDataSet<T extends Entry> extends ILineScatterCandleRadarDataSet<T>
| 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 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 enabled)
Set to true if the DataSet should be drawn filled (surface), and not just
as a line, disabling this will give great performance boost.
|
getDashPathEffectHighlight, 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, setVisibleint getFillColor()
android.graphics.drawable.Drawable getFillDrawable()
int getFillAlpha()
float getLineWidth()
boolean isDrawFilledEnabled()
void setDrawFilled(boolean enabled)
enabled -