Is there an easy way to make the legend only show one decimal point when the TextStyle = ltsLeftPercent? By default, it shows 2.
Thank you,
Ed Dressel
1 decimal place for legend.texttyle = ltsLeftPercent
-
- Newbie
- Posts: 14
- Joined: Mon Jan 18, 2016 12:00 am
Re: 1 decimal place for legend.texttyle = ltsLeftPercent
Hi Ed,
You can use the series' PercentFormat property. Ie:
You can use the series' PercentFormat property. Ie:
Code: Select all
Chart1[0].PercentFormat:='##0.# %'; //default '##0.## %'
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |