Looks like 'single record' type TDBCharts use field names for XValue labels by default.
Can those labels be set to something else at runtime?
single record x axis labels
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi bcmiller,
Yes, you can change the labels style using:
Possible values are: smsValue, smsPercent, smsLabel, smsLabelPercent, smsLabelValue, smsLegend, smsPercentTotal, smsLabelPercentTotal, smsXValue and smsXY.
Yes, you can change the labels style using:
Code: Select all
Series1.Marks.Style:=smsValue;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |