Point in time events
Posted: Tue May 01, 2007 11:37 am
Hi all,
being a TeeChart newbie, I'm not sure how to solve this one:
I have a Chart with a number of TLineSeries representing data logged at a given interval. The X-axis represents time obviously.
Asynchronus to this logging, some events might happen that should be represented on the same X-axis. The text describing the event could be a hint when the mouse hovers over each point, or even printed next to the points.
I tried adding a TPointSeries, where I can add events at different X-values (times), but this approach has (at least) two backsides:
1) I would like to avoid the events-series to show up in the legend.
2) The Label added with TPointSeries.AddXY(Time, 0, 'Label') is put on the X-axis instead of the date/time info that used to be there.
Any ideas ?
TIA
Søren
being a TeeChart newbie, I'm not sure how to solve this one:
I have a Chart with a number of TLineSeries representing data logged at a given interval. The X-axis represents time obviously.
Asynchronus to this logging, some events might happen that should be represented on the same X-axis. The text describing the event could be a hint when the mouse hovers over each point, or even printed next to the points.
I tried adding a TPointSeries, where I can add events at different X-values (times), but this approach has (at least) two backsides:
1) I would like to avoid the events-series to show up in the legend.
2) The Label added with TPointSeries.AddXY(Time, 0, 'Label') is put on the X-axis instead of the date/time info that used to be there.
Any ideas ?
TIA
Søren