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?
Line chart pointer styles
Re: Line chart pointer styles
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:
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";
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 11
- Joined: Thu Feb 28, 2013 12:00 am
Re: Line chart pointer styles
How can I assign different value based pointer styles to individual points on the graph?
Re: Line chart pointer styles
Hi,
The only way I can think is to override the Pointer.draw function changing the style in it depending on the index.
The only way I can think is to override the Pointer.draw function changing the style in it depending on the index.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |