Search found 3 matches
- Fri Jan 23, 2009 8:38 am
- Forum: VCL
- Topic: Customizing TeeCommander button glyphs.
- Replies: 8
- Views: 6648
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, ...
- Mon Jan 12, 2009 12:21 pm
- Forum: VCL
- Topic: Points outside zoom area appear on rotate in 3D chart
- Replies: 2
- Views: 2075
- Fri Jan 09, 2009 2:57 pm
- Forum: VCL
- Topic: Points outside zoom area appear on rotate in 3D chart
- Replies: 2
- Views: 2075
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...