Page 1 of 1

Fastline with different prop. for depending on X- region

Posted: Wed Aug 09, 2006 5:28 pm
by 9637279
Hi,

I am using fastlines to draw data. A user
asked me if it was possible to to differentiate sections of
the fastline by color, or linestyle, or visibility or some other propert
depending on the X-axis region.

Like:
from X [0,100] draw it this way
from X[101,200] draw it another way.

Is such a thing possible?
I am using the .NET 1.1 version

Thanks,
Norman

Posted: Thu Aug 10, 2006 2:37 pm
by Chris
Hello Norman,

No, this isn't going to be possible with a single FastLine, as the FastLine class was designed with minimal overhead for speed.

What you could consider, however, is adding a second FastLine to the chart of a different colour and adding in the points that your client wants to highlight.