Fastline with different prop. for depending on X- region

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
fano
Newbie
Newbie
Posts: 56
Joined: Wed Jun 22, 2005 4:00 am
Location: USA, California

Fastline with different prop. for depending on X- region

Post by fano » Wed Aug 09, 2006 5:28 pm

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

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Thu Aug 10, 2006 2:37 pm

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.
Thank you!

Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/

Post Reply