public interface IPieDataSet extends IDataSet<Entry>
| Modifier and Type | Method and Description |
|---|---|
float |
getSelectionShift()
Returns the distance a highlighted piechart slice is "shifted" away from
the chart-center in dp.
|
float |
getSliceSpace()
Returns the space that is set to be between the piechart-slices of this
DataSet, in pixels.
|
int |
getValueLineColor()
When valuePosition is OutsideSlice, indicates line color
|
float |
getValueLinePart1Length()
When valuePosition is OutsideSlice, indicates length of first half of the line
|
float |
getValueLinePart1OffsetPercentage()
When valuePosition is OutsideSlice, indicates offset as percentage out of the slice size
|
float |
getValueLinePart2Length()
When valuePosition is OutsideSlice, indicates length of second half of the line
|
float |
getValueLineWidth()
When valuePosition is OutsideSlice, indicates line width
|
PieDataSet.ValuePosition |
getXValuePosition() |
PieDataSet.ValuePosition |
getYValuePosition() |
boolean |
isValueLineVariableLength()
When valuePosition is OutsideSlice, this allows variable line length
|
addEntry, 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, setVisiblefloat getSliceSpace()
float getSelectionShift()
PieDataSet.ValuePosition getXValuePosition()
PieDataSet.ValuePosition getYValuePosition()
int getValueLineColor()
float getValueLineWidth()
float getValueLinePart1OffsetPercentage()
float getValueLinePart1Length()
float getValueLinePart2Length()
boolean isValueLineVariableLength()