Search found 1 match
- Mon Jun 19, 2017 11:41 am
- Forum: VCL
- Topic: Click on TPoint3DSeries item
- Replies: 1
- Views: 4268
Click on TPoint3DSeries item
Hello! I'm presenting data in a 3-D view. I add "Items" with DataSeries.AddXYZ(...) and this works fine. Now I want to add an "Information text" for each "Item", and when you hover over the point with the mouse I want to present the "Information text" in a TEditBox... Can this be done? I cant find a...