Tagged Questions

2
votes
3answers
637 views

Large TChart takes a long time to draw

Top post: I have accepted an answer,but it doesn't work for me. I will post a new question, stressing Delphi 7. Thanks to all who gave some good input I have measurements taken at one second ...
1
vote
3answers
719 views

Optimizing TCHart drawing in Delphi 7

My previous question had some great input, but it didn't work for me because my problem seems to be Delphi 7 related. I have a chart with a single series (TFastLineSeries) and 3,600 datapoints which ...
1
vote
1answer
723 views

Setting Line Colour In TChart

How can I change the colour of a line in a TChart in Delphi at run time? For example, how would I change the colour of: Chart1.Series[a].
1
vote
2answers
2k views

Get TChartSeries at XY Point in TChart

I'm using the TChart control that comes with Delphi 7 and wish to get the Series and Value # of the line/bar under the mouse pointer. I'm aware of the OnClickSeries event which provides great info ...