Page 1 of 1

single record x axis labels

Posted: Thu Feb 17, 2005 10:11 pm
by 9235705
Looks like 'single record' type TDBCharts use field names for XValue labels by default.

Can those labels be set to something else at runtime?

Posted: Fri Feb 18, 2005 8:36 am
by narcis
Hi bcmiller,

Yes, you can change the labels style using:

Code: Select all

Series1.Marks.Style:=smsValue;
Possible values are: smsValue, smsPercent, smsLabel, smsLabelPercent, smsLabelValue, smsLegend, smsPercentTotal, smsLabelPercentTotal, smsXValue and smsXY.