TobiS Posted May 29, 2020 Posted May 29, 2020 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 this Quote
Sherzod Posted May 29, 2020 Posted May 29, 2020 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: Quote
TobiS Posted June 2, 2020 Author Posted June 2, 2020 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)+')') Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.