Pie Chart Data Labels!

D

Dimitris Trehas

Hi, all!

I would like to ask you if you have an idea for my problem.

I create a pie chart using a categorie array in conjuction to a series
collection.
I am using the chrt.Position property (that is an
ChartDataLabelPositionEnum enumeration.)
in order to set the position outside from the pie.

However I observe that only the chLabelPositionAutomatic or the
chLabelPositionCenter work,
though.

In order to find if chLabelPositionOutsideBase or
chLabelPositionOutsideEnd work in charting
engine I tried a pie case in an excel sample. It worked! What I'm
doing wrong?

Thank U in advance!

P.S. Sorry for my bad english :)
 
T

Thao Moua [ms]

Data label positioning in Excel Chart and OWC Chart are
different. In OWC Chart we only support automatic which
is the same as center whereas in Excel Chart there are
more options. If you want to draw your own data labels
in OWC Chart, you should use custom drawing. Search
for 'custom drawing' in the Help file for more info.

Thao Moua
OWC Webchart Support
 
Top