Slice Label in Pie chart
How to get the percentage, value or text in the pie chart slice label.
use the following
SliceLabel textType="LD_TEXT_PERCENT"
textType takes the following value, (LD_VALUE | LD_PERCENT | LD_TEXT | LD_TEXT_PERCENT)
Unfortunaltely, we cannot get he value and percentage both , as its not being supported by Oracle BIBEAN libraries
use the following
SliceLabel textType="LD_TEXT_PERCENT"
textType takes the following value, (LD_VALUE | LD_PERCENT | LD_TEXT | LD_TEXT_PERCENT)
Unfortunaltely, we cannot get he value and percentage both , as its not being supported by Oracle BIBEAN libraries
Comments