Search found 3 matches

by hansw
Fri Jan 23, 2009 8:38 am
Forum: VCL
Topic: Customizing TeeCommander button glyphs.
Replies: 8
Views: 6617

Hello, you could set the Visible property of the TeeCommander to false and use your own buttons: Activate normal mode: TeeCommander1->ButtonNormal->Down = true Activate Zoom: TeeCommander1->ButtonZoom->Down = true You can set Button->Down = true to emulate that only one function can be active. HTH, ...
by hansw
Mon Jan 12, 2009 12:21 pm
Forum: VCL
Topic: Points outside zoom area appear on rotate in 3D chart
Replies: 2
Views: 2061

Hello Narcís,

thanks for the confirmation. I look forward to see the issue fixed in the next release :).

Regards

Hans
by hansw
Fri Jan 09, 2009 2:57 pm
Forum: VCL
Topic: Points outside zoom area appear on rotate in 3D chart
Replies: 2
Views: 2061

Points outside zoom area appear on rotate in 3D chart

Hello, I do have the following problem: I'm using TPoint3DSeries to display 3-dimensional data points. Now when the chart is zoomed (i.e. bottom axis minimum value is choosen such that the leftmost value is no longer displayed) and the chart is rotated in some angles some points outside the zoom are...