Search found 2 matches

by Thomas
Mon Nov 07, 2005 8:37 am
Forum: VCL
Topic: Some point styles are wrongly displayed in Open GL mode
Replies: 1
Views: 3623

Some point styles are wrongly displayed in Open GL mode

Hi there, if you use TPoint3DSeries or TBubble3DSeries in OpenGL mode some Display pointers are wrongly dsiplayed they appear all in the front Z=0. For example: psDiamond, psLeftTriangle,psRightTriangle. If you switch off OpenGL they are painted at the right Z position. Is there any workaround for t...
by Thomas
Fri Nov 04, 2005 7:26 pm
Forum: VCL
Topic: How to create own series
Replies: 0
Views: 4441

How to create own series

Hi there, I need a series like TBubble3DSeries but which in addition allows to set the Pointer style (rectangle, circle, cross....) per bubble. So what is the right way to achive that? Inheriting from TBubble3DSeries? And when yes is there somewhere a simple example how to do that? thanks in advance...