ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  3D Stacked Bar Removing Data Values
Posted by Mark Jagunap on May-18-2011 12:14
Attachments:
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
3d_stacked_bar.jpg

  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