Page 1 of 1

Line chart pointer styles

Posted: Mon Apr 15, 2013 8:28 pm
by 17765305
Are there only 10 pointer styles?
If so, where can I find a list?
Is it possible to design our own pointer styles to use?
If so, where can I find an example or directions?

Re: Line chart pointer styles

Posted: Tue Apr 16, 2013 1:11 pm
by yeray
Hello,

The pointer styles are: "rectangle", "cube", "cylinder", "cone", "ellipse", "sphere", "triangle", "diamond", "downtriangle", "cross", "x".
These are the basic pointer styles supported in all the TeeChart versions.

Also, you can assign an image to be used as brush. Ie:

Code: Select all

Series1.pointer.format.image.url="./images/metal.jpg";

Re: Line chart pointer styles

Posted: Mon May 13, 2013 2:50 pm
by 17765305
How can I assign different value based pointer styles to individual points on the graph?

Re: Line chart pointer styles

Posted: Thu May 16, 2013 10:04 am
by yeray
Hi,

The only way I can think is to override the Pointer.draw function changing the style in it depending on the index.