public class DoughnutSeries extends PieSeries
ChartSeries
which is used in RadPieChartView
.
Each data items provided through DoughnutSeries is visually represented by an arc.
All arcs together form a shape similar to a doughnut.
These series extend the PieSeries
.ARC_STROKE_WIDTH_KEY, DEFAULT_SELECTION_OFFSET
SERIES_Z_INDEX
Constructor and Description |
---|
DoughnutSeries()
Initializes a new instance of the
DoughnutSeries class with passed
Context as argument. |
Modifier and Type | Method and Description |
---|---|
float |
getInnerRadiusFactor()
Gets the inner radius factor that will be used for these series.
|
void |
setInnerRadiusFactor(float value)
Sets the inner radius factor that will be used for these series.
|
dataPoints, findClosestPoint, getAngleRange, getDataPointColor, getDisplayPercentage, getLabelFormat, getLabelOffset, getNameBinding, getPointLocation, getRadiusFactor, getSelectedPointOffset, getSliceOffset, getSliceStyles, getValueBinding, hitTestDataPoint, model, setAngleRange, setData, setDisplayPercentage, setLabelFormat, setLabelOffset, setNameBinding, setRadiusFactor, setSelectedPointOffset, setSliceOffset, setSliceStyles, setValueBinding
addPropertyChangedListener, dataSource, getClipToPlotArea, getData, getDistanceToPoint, getIsSelected, getIsVisibleInLegend, getLabelFillColor, getLabelFont, getLabelFontStyle, getLabelMargin, getLabelRenderer, getLabelSize, getLabelStrokeColor, getLabelTextColor, getLabelValueToStringConverter, getPlotAreaSize, getSelectionMode, getShowLabels, hitTest, onBoundItemPropertyChanged, onDataBindingComplete, onDataPointIsSelectedChanged, onPointAdded, onPointRemoved, postRender, removePropertyChangedListener, render, setClipToPlotArea, setIsSelected, setIsVisibleInLegend, setLabelFillColor, setLabelFont, setLabelFontStyle, setLabelMargin, setLabelPadding, setLabelRenderer, setLabelSize, setLabelStrokeColor, setLabelTextColor, setLabelValueToStringConverter, setSelectionMode, setShowLabels
attach, detach, getCanApplyPalette, getChart, getCollectionIndex, getPalette, getZIndex, invalidatePalette, onPaletteInvalidated, onPaletteUpdated, requestLayout, requestRender, setZIndex, updatePalette
getPaletteFamily, getPaletteFamilyCore, isLoaded, isPaletteApplied, isVisible, measureContent, paletteFamily, refreshNode, setCanApplyPalette, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCollectionIndex, invalidatePalette, measureContent, refreshNode
public DoughnutSeries()
DoughnutSeries
class with passed
Context
as argument.public float getInnerRadiusFactor()
0.5
. This means that the radius of the inner circle
will be half of the radius of the actual circle.
The possible values are between 0
and 1.0
excluded.public void setInnerRadiusFactor(float value)
0.5
. This means that the radius of the inner circle
will be half of the radius of the actual circle.
The possible values are between 0
and 1.0
excluded.value
- the inner radius factor