custom marks

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
samos
Newbie
Newbie
Posts: 19
Joined: Mon Jun 17, 2013 12:00 am

custom marks

Post by samos » Tue Jul 30, 2013 1:08 pm

Hi, How can i create customs marks.
I want to put comments as marks for points on the graph.

TIA,

Amos

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

Re: custom marks

Post by Yeray » Tue Jul 30, 2013 3:21 pm

Hi Amos,

Have you tried with Annotations?
See the example at here.
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

samos
Newbie
Newbie
Posts: 19
Joined: Mon Jun 17, 2013 12:00 am

Re: custom marks

Post by samos » Wed Jul 31, 2013 6:25 am

Hi,

For annotation i need to create object for each point and i need to take care where to position it.
I found what i want,
some thing like
CommentsSer.data.labels.push(MyComment);

Thanks

Amos

Post Reply