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
Fastline with different prop. for depending on X- region
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
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.
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/
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/