public interface ILineDataSet extends ILineRadarDataSet<Entry>
| Modifier and Type | Method and Description |
|---|---|
int |
getCircleColor(int index)
Returns the color at the given index of the DataSet's circle-color array.
|
int |
getCircleHoleColor()
Returns the color of the inner circle (the circle-hole).
|
float |
getCircleHoleRadius()
Returns the hole radius of the drawn circles.
|
float |
getCircleRadius()
Returns the size of the drawn circles.
|
float |
getCubicIntensity()
Returns the intensity of the cubic lines (the effect intensity).
|
android.graphics.DashPathEffect |
getDashPathEffect()
Returns the DashPathEffect that is used for drawing the lines.
|
FillFormatter |
getFillFormatter()
Returns the FillFormatter that is set for this DataSet.
|
LineDataSet.Mode |
getMode()
Returns the drawing mode for this line dataset
|
boolean |
isDashedLineEnabled()
Returns true if the dashed-line effect is enabled, false if not.
|
boolean |
isDrawCircleHoleEnabled()
Returns true if drawing the circle-holes is enabled, false if not.
|
boolean |
isDrawCirclesEnabled()
Returns true if drawing circles for this DataSet is enabled, false if not
|
boolean |
isDrawCubicEnabled()
Deprecated.
|
boolean |
isDrawSteppedEnabled()
Deprecated.
|
getFillAlpha, getFillColor, getFillDrawable, getLineWidth, isDrawFilledEnabled, setDrawFilledgetDashPathEffectHighlight, getHighlightLineWidth, isHorizontalHighlightIndicatorEnabled, isVerticalHighlightIndicatorEnabledgetHighLightColoraddEntry, addEntryOrdered, calcMinMax, clear, contains, getAxisDependency, getColor, getColor, getColors, getEntriesForXIndex, getEntryCount, getEntryForIndex, getEntryForXIndex, getEntryForXIndex, getEntryIndex, getEntryIndex, getIndexInEntries, getLabel, getValueFormatter, getValueTextColor, getValueTextColor, getValueTextSize, getValueTypeface, getYMax, getYMin, getYValForXIndex, getYValsForXIndex, isDrawValuesEnabled, isHighlightEnabled, isVisible, removeEntry, removeEntry, removeFirst, removeLast, setAxisDependency, setDrawValues, setHighlightEnabled, setLabel, setValueFormatter, setValueTextColor, setValueTextColors, setValueTextSize, setValueTypeface, setVisibleLineDataSet.Mode getMode()
float getCubicIntensity()
@Deprecated boolean isDrawCubicEnabled()
@Deprecated boolean isDrawSteppedEnabled()
float getCircleRadius()
float getCircleHoleRadius()
int getCircleColor(int index)
index - boolean isDrawCirclesEnabled()
int getCircleHoleColor()
boolean isDrawCircleHoleEnabled()
android.graphics.DashPathEffect getDashPathEffect()
boolean isDashedLineEnabled()
FillFormatter getFillFormatter()