I'm using GetSeriesMark to hide or show a marker. I am also adding a transparent point in my fastline series to show a discontinuity. Unfortunately, GetSeriesMark doesn't get called for the transparent point which is a problem for me.
Is this defined behavior? Any workaround?
GetSeriesMark skips transparent point
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Gp,
Have you tried using fastline series SetNull method? Using this method displays the marks for those points. You can see an example of that at TeeChart's features demo, available at TeeChart program group. The example is "All Features\Welcome !\Chart styles\Standard\Fast Line\Nulls and stairs".
Have you tried using fastline series SetNull method? Using this method displays the marks for those points. You can see an example of that at TeeChart's features demo, available at TeeChart program group. The example is "All Features\Welcome !\Chart styles\Standard\Fast Line\Nulls and stairs".
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Gp,
I've checked that and this is as-designed. However, I've added a request to implement a property like ShowNullMarks for future releases.
In the meantime, you can set the points color being the same as the form or the chart color instead of transparent and make the axis grid lines not visible. Another option is using annotation tools for each mark.
I've checked that and this is as-designed. However, I've added a request to implement a property like ShowNullMarks for future releases.
In the meantime, you can set the points color being the same as the form or the chart color instead of transparent and make the axis grid lines not visible. Another option is using annotation tools for each mark.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |