giggetto71 Active Member Licensed User Longtime User Apr 1, 2024 #1 All, I am using the fabulous XChart library but I cannot find (I am sure should be super easy so I am sure it's my fault) how to: 1- set the size of the values shown on the pie 2- hide the values on the pie. For 1 tried the ValuesTextSize property and for 2 I tried the DisplayValues property but none seem to have effect. any idea? thanks
All, I am using the fabulous XChart library but I cannot find (I am sure should be super easy so I am sure it's my fault) how to: 1- set the size of the values shown on the pie 2- hide the values on the pie. For 1 tried the ValuesTextSize property and for 2 I tried the DisplayValues property but none seem to have effect. any idea? thanks
klaus Expert Licensed User Longtime User Apr 1, 2024 #2 1. xChart1.AxisTextSize = 20 2. xChart1.PieAddPercentage = False Yes, the first one is not obvious. Upvote 1
giggetto71 Active Member Licensed User Longtime User Apr 1, 2024 #3 thanks @klaus . As usual timely and effective! Upvote 0