Different pointer style on same series line

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
DALC.SENIOR
Newbie
Newbie
Posts: 11
Joined: Thu Feb 28, 2013 12:00 am

Different pointer style on same series line

Post by DALC.SENIOR » Wed May 15, 2013 5:49 pm

Is there a way to assign different Pointer Styles to different points on the same series line, based on the values?

For example in Audiology I use a Circle for the pointer on a LinePoint series.
But sometimes a point will need to be a triangle if that value was masked.

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Different pointer style on same series line

Post by Yeray » Thu May 16, 2013 2:45 pm

Hi,

As I said here I can only think on overriding the Pointer.draw function changing the style in it depending on the index.

Another alternative would be to use different series for different pointer styles.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

DALC.SENIOR
Newbie
Newbie
Posts: 11
Joined: Thu Feb 28, 2013 12:00 am

Re: Different pointer style on same series line

Post by DALC.SENIOR » Tue May 21, 2013 4:53 pm

Thank you. Will keep trying.

Post Reply