Package quadbase.util
Interface IDoughnutPropertySet
- All Superinterfaces:
IPiePropertySet
This interface is used to modify the properties associated with a Doughnut chart.
A handle to an object that implements this interface can be obtained by calling the
gethDoughnutProperties method defined in QbChart.
-
Method Summary
Modifier and TypeMethodDescriptionintGets the arc length ratio for doughnut slice (1-100%)voidsetArcLengthRatio(int len) Sets the arc length ratio for doughnut slice.Methods inherited from interface quadbase.util.IPiePropertySet
getBorderColor, getColorArrayForPieThreshold, getColorThresholdForPie, getDisplayNameForOthers, getExplodeRadialPos, getGapRatioBetweenPies, gethCategoryLabel, gethLabel, gethLabel, gethPercentLabel, gethPercentLabel, gethValueLabel, gethValueLabel, getLabelRadialPos, getOthersThresholdPercentage, getPiePerRow, getRotationAngle, getSectorCount, getSepSymbol, isBestFit, isDrawLinearly, isExploded, isExplodeUsingSectorGap, isExtendLineDrawn, isPercentVisibleInLegend, isPieLabelAtTheSide, isRadialBorderDrawnForZero, isValueVisibleInLegend, isZeroLabelsVisible, setBestFit, setBorderColor, setColorArrayForPieThreshold, setColorThresholdForPie, setDisplayNameForOthers, setDrawLinearly, setExploded, setExplodeRadialPos, setExplodeUsingSectorGap, setExtendLineDrawn, setGapRatioBetweenPies, setLabelRadialPos, setOthersThresholdPercentage, setPercentVisibleInLegend, setPieLabelAtTheSide, setPiePerRow, setRadialBorderDrawnForZero, setRotationAngle, setSectorCount, setSepSymbol, setValueVisibleInLegend, setZeroLabelsVisible
-
Method Details
-
getArcLengthRatio
int getArcLengthRatio()Gets the arc length ratio for doughnut slice (1-100%)- Returns:
- The arc length ratio for doughnut slice.
-
setArcLengthRatio
void setArcLengthRatio(int len) Sets the arc length ratio for doughnut slice. (1-100%)- Parameters:
arc- length ratio for doughnut slice.
-