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 |
getCircleColorCount()
Returns the number of colors in this 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.
|
IFillFormatter |
getFillFormatter()
Returns the IFillFormatter 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, 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, setVisibleLineDataSet.Mode getMode()
float getCubicIntensity()
@Deprecated boolean isDrawCubicEnabled()
@Deprecated boolean isDrawSteppedEnabled()
float getCircleRadius()
float getCircleHoleRadius()
int getCircleColor(int index)
index - int getCircleColorCount()
boolean isDrawCirclesEnabled()
int getCircleHoleColor()
boolean isDrawCircleHoleEnabled()
android.graphics.DashPathEffect getDashPathEffect()
boolean isDashedLineEnabled()
IFillFormatter getFillFormatter()