Save Marks text
Posted: Wed May 13, 2015 9:58 am
Hello,
I use TChart and TSeries for some acquisition of data during a time.
I want to draw marks on some points I have on my series which match with a certain time.
I use the event TSeriesGetMarkText to make visible (MarkText:='Text') or not (MarkText:='') the marks depending on the time.
It works well but at the end, I save my chart in a stream file. When I open this file in an other chart, all marks are visible and the labels match with the YValues of the points.
How can I save the text and the index of the marks I put in the event TSeriesGetMarkText and open it in the right way in an other chart ?
Thanks in advance.
Benoît
I use TChart and TSeries for some acquisition of data during a time.
I want to draw marks on some points I have on my series which match with a certain time.
I use the event TSeriesGetMarkText to make visible (MarkText:='Text') or not (MarkText:='') the marks depending on the time.
It works well but at the end, I save my chart in a stream file. When I open this file in an other chart, all marks are visible and the labels match with the YValues of the points.
How can I save the text and the index of the marks I put in the event TSeriesGetMarkText and open it in the right way in an other chart ?
Thanks in advance.
Benoît