Search found 2 matches

by Joonas_v
Fri May 06, 2011 1:06 pm
Forum: .NET
Topic: How to draw on top of a chart
Replies: 5
Views: 4078

Re: How to draw on top of a chart

Here's an example:
http://dl.dropbox.com/u/3632362/TeeChartTest.zip

If you try to scroll with the right mouse button or draw a DrawLine with the left, they work really slow.

-Joonas
by Joonas_v
Fri May 06, 2011 9:37 am
Forum: .NET
Topic: How to draw on top of a chart
Replies: 5
Views: 4078

How to draw on top of a chart

Hi. I'm using TeeChart in a Windows Forms application. I have a chart with a very dense grid. This makes the rendering of the chart very slow. This wouldn't matter much if I only needed to render the chart once. But I suspect that every time the user scrolls the chart or draws something on top of it...