Making point labels different from x-axis labels
Posted: Wed Dec 01, 2010 11:08 pm
Hello -
I'm charting recovery fractions for analyzed samples over time; data is contained in a data table. The X-values point to the Date-Time field, the Y-values are the recovery fractions. Each data point, though, also has a unique Sample Number that I'd like to access and possibly display at the point on the chart. I particularly need access to that Sample number in order to "discard" anomalous recovery fractions. In other words, I'd like the user to be able to simply click on the point and the OnClick event takes over, looks up the point's Sample Number in the associated table, sets the Discarded field to true, and changes the look of the point. I've got all of it figured out except how to access that Sample Number.
When I set the LabelSource to that Sample number field, the labels on the x-axis change to that. I really want to keep the date-time labels there.
Any suggestions? TIA
Teri
P.S. I use Delphi 2009 with TeeChart Pro 8.06.
I'm charting recovery fractions for analyzed samples over time; data is contained in a data table. The X-values point to the Date-Time field, the Y-values are the recovery fractions. Each data point, though, also has a unique Sample Number that I'd like to access and possibly display at the point on the chart. I particularly need access to that Sample number in order to "discard" anomalous recovery fractions. In other words, I'd like the user to be able to simply click on the point and the OnClick event takes over, looks up the point's Sample Number in the associated table, sets the Discarded field to true, and changes the look of the point. I've got all of it figured out except how to access that Sample Number.
When I set the LabelSource to that Sample number field, the labels on the x-axis change to that. I really want to keep the date-time labels there.
Any suggestions? TIA
Teri
P.S. I use Delphi 2009 with TeeChart Pro 8.06.