|
3D Stacked Bar Removing Data Values |
Posted by Mark Jagunap on May-18-2011 12:14 |
|
Hi Peter,
I would like to know how you can remove the data values displayed on the middle of the
bar?
Btw, I'm using PHP.
Thanks,
Mark Jagunap
|
Re: 3D Stacked Bar Removing Data Values |
Posted by Peter Kwan on May-18-2011 18:41 |
|
Hi Mark,
The labels inside the bar segments are enabled using setDataLabelStyle or setDataLabelFormat. If your code contains these lines, please remove them. This will remove the labels inside the bar segments.
The labels on top of the bars are enabled using setAggregateLabelStyle or setAggregateLabelFormat. If your remove them. there will be no labels on top of the bars.
Hope this can help.
Regards
Peter Kwan |
|