Jump to content
Software FX Community

Re: Pie chart labels


User (Legacy)

Recommended Posts

Serge,

I may do this the hard way... (Access2k)

but I do it by calculating and "stuffing" the Legend of the Pie

'in my loop to load data

'precalc Total Value then store percents as legends

objChart1.Legend(j) = Format(rsPie!PlottedValue/dblTotalValue,"##.00")

'then while I set the chart properties

objChart1.LegendBox = False 'needs to be off for point legend labels

objChart1.LegendBoxObj.Visible = True

objChart1.PointLabels = False 'turn off Cfx values

Steve

Serge S. Spiridonoff <sss@corbina.net> wrote in message news:Z7SYeX0JAHA.1428@sfxserver.softwarefx.com...

> Usually pie labels display percentage, using CT_PIEVALUES I can make it

> display y-values as well.

> But what should I do to remove percents from labels?

> Is there any event for that? (I tried GetPointLabels but it is never fired)

>

> Thanks,

> Serge

>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...