Search found 7 matches

by bfrost
Thu Jan 12, 2006 3:58 pm
Forum: VCL
Topic: Teechart memory leak when writing PDF?
Replies: 3
Views: 5573

Hi Brian, could you please show me how can I reproduce the problem ? Hi Pep, Sorry to have taken so long to reply. I dont have a clean and simple chart to give you to demo the problem, but am I being naieve? Surely OffsetList is never Free'd anywhere? I entered OffsetList.Free in Destroy and the pr...
by bfrost
Mon Oct 31, 2005 8:34 pm
Forum: VCL
Topic: Teechart memory leak when writing PDF?
Replies: 3
Views: 5573

Teechart memory leak when writing PDF?

Hi, I have added PDF export to my list of exported chart format and notice that there seems to be a memory leak with OffsetList - see below. Is it the way I'm using it or do I see OffsetList is not being freed, only cleared in Destroy? Regards, Brian constructor TTeePDFPage.Create; begin inherited C...
by bfrost
Mon Sep 12, 2005 8:36 am
Forum: VCL
Topic: Single data events hidden on large line charts
Replies: 6
Views: 8453

Sorry, I meant "It would be great if DrawAllPoints FALSE looked at the data...."
by bfrost
Mon Sep 12, 2005 8:35 am
Forum: VCL
Topic: Single data events hidden on large line charts
Replies: 6
Views: 8453

Narcis, Thanks it was me. I had DrawAllPoints set false becuase this was a good speed increase at an earlier time. I think I will have to leave DrawAllPoints set true and live with the increased time. It would be great if DrawAllPoints true looked at the data and rendered the max (or min) of the dat...
by bfrost
Fri Sep 09, 2005 3:38 pm
Forum: VCL
Topic: Single data events hidden on large line charts
Replies: 6
Views: 8453

THanks Narcis. This works but it has also shown that I must be supressing the few high values becuase I notice that your example shows single pixel lines where the values exist, even if I plot 1,000,000 points. I will go and examine my code!
Thanks
Brian
by bfrost
Fri Sep 09, 2005 2:23 pm
Forum: VCL
Topic: Single data events hidden on large line charts
Replies: 6
Views: 8453

Single data events hidden on large line charts

I've a need to show the user that there is a point on my line series that is very different from the rest, for example 100,000 points may be value=50 but point 1234 may be value=80. When the chart draws, it can hide this single event. How best can I make it visible?
Thanks
Brian
by bfrost
Thu Sep 01, 2005 1:58 pm
Forum: VCL
Topic: Make single events visible in long line charts
Replies: 2
Views: 5489

Make single events visible in long line charts

Sorry if this has been asked before but I have a need to ensure that when display a line chart of many similar points (eg 10,000 points of say value = 100) that a single different numeric event (say value = 0) is visible even when looking at the entire chart as well as when zoomed in. It seems to me...