I'm using Microsoft Chart in order to draw some stepline charts.

Should I use StepLine directly or should i make my own using FastLine in order to be faster ?

In other words, do anyone know if the stepline is built on the Line or on the FastLine type.

I've got around several thousands points to draw.

StepLine : http://msdn.microsoft.com/en-us/library/dd456618.aspx

FastLine : http://msdn.microsoft.com/en-us/library/dd489249.aspx

It's seems to have good performance with StepLine too.

link|improve this question

Doesn't it just look like a blob when you use StepLine on thousands of points? – Hans Passant Oct 18 '10 at 14:36
Yes, and the aim is not drawing this way :p but to show signal's activities, so if it's drawing we can zoom easily on it. – ykatchou Oct 18 '10 at 15:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.