public interface IPieDataSet extends IDataSet<PieEntry>
| 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 |
isAutomaticallyDisableSliceSpacingEnabled()
When enabled, slice spacing will be 0.0 when the smallest value is going to be
smaller than the slice spacing itself.
|
boolean |
isUsingSliceColorAsValueLineColor()
When valuePosition is OutsideSlice, use slice colors as line color if true
|
boolean |
isValueLineVariableLength()
When valuePosition is OutsideSlice, this allows variable line length
|
addEntry, 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, setVisiblefloat getSliceSpace()
boolean isAutomaticallyDisableSliceSpacingEnabled()
float getSelectionShift()
PieDataSet.ValuePosition getXValuePosition()
PieDataSet.ValuePosition getYValuePosition()
boolean isUsingSliceColorAsValueLineColor()
int getValueLineColor()
float getValueLineWidth()
float getValueLinePart1OffsetPercentage()
float getValueLinePart1Length()
float getValueLinePart2Length()
boolean isValueLineVariableLength()