Jump to content
Software FX Community

Showing Values on a pie chart


User (Legacy)

Recommended Posts

Use the PointLabelMask property as follows:

chart.PointLabelMask = "%v";

Check the docs. for PointLabelMask for more options.

--

Francisco Padron

www.chartfx.com

"James Barker" <JamesB@netstat.com.au> wrote in message

news:vw%234qlTrFHA.1724@webserver3.softwarefx.com...

> Hi,

>

> As I am unable to use the ActiveX control, I am just using the image

> control, but cannot find a way to display a value on the Pie Chart Slice.

> All your examples just show percentages.

>

> Is there a way to display the values in the point labels?

>

> Regards,

>

> James

>

>

Link to comment
Share on other sites

Use the PointLabelMask property as follows:

chart.PointLabelMask = "%v";

Check the docs. for PointLabelMask for more options.

--

Francisco Padron

www.chartfx.com

"James Barker" <JamesB@netstat.com.au> wrote in message

news:vw%234qlTrFHA.1724@webserver3.softwarefx.com...

> Hi,

>

> As I am unable to use the ActiveX control, I am just using the image

> control, but cannot find a way to display a value on the Pie Chart Slice.

> All your examples just show percentages.

>

> Is there a way to display the values in the point labels?

>

> Regards,

>

> James

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...