Jump to content
Software FX Community

Point labels on a Pie Chart


User (Legacy)

Recommended Posts

MinPercentage controls the minimum percentage of the total available size

used for the pie drawing, its purpose is to make sure the labels do not take

too much space.

You can set the PointLabels property on a per-point basis.

Chart1.Point[3].PointLabels = false;

--

Regards,

JC

Software FX Support

"Stanley Cockman" <stanley.cockman@verizon.net> wrote in message

news:Nwvfp$DUCHA.1288@webserver1.softwarefx.com...

> Is there a way of hiding certain point labels on the pie chart?

>

> I thought that using the ChartGalleryObj Pie setting of MinPercentage

would

> do it, but it doesn't work.

>

> Thanks,

>

> Stan

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...