Jump to content

TChart Pie Series


TobiS

Recommended Posts

Hello everyone,

is it possible to show the Value of the PieSeries pieces in the chart instead of the Label name. Since it is already in the legend visible it would be good if i can show the value of each piece in the chart.

Best regards.

Similar like thisimage.thumb.png.1760eb8bdad568420a61d630b3a94629.png

 

 

Link to comment
Share on other sites

2 hours ago, TobiS said:

is it possible to show the Value of the PieSeries pieces in the chart instead of the Label name. Since it is already in the legend visible it would be good if i can show the value of each piece in the chart.

Hello,

This post may help you:

 

Link to comment
Share on other sites

Hi,

i tried these approaches but sadly they dont work. I tried them in the Unigui Demo Project as well but it wont work.

I made a workaround which is a bit stupid but works great as well.

In case someone else still has the same Problem.

In Delphi Code : Series.Add(Value, Text + ' ('+FloatToStr(Value)+')')

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...