Search found 3 matches
- Tue Oct 31, 2017 1:50 am
- Forum: VCL
- Topic: Hover and TLineSeries
- Replies: 13
- Views: 37873
Re: Hover and TLineSeries
Thanks! Another slightly odd thing that this test showed me is that in 3D mode the line segment between two points can be hovered over, but in 2D mode only the points can be hovered over. Is this intentional? Can line hovering be added for 2D, or made optional? Actually, an idea that would make hove...
- Fri Oct 27, 2017 3:31 pm
- Forum: VCL
- Topic: Hover and TLineSeries
- Replies: 13
- Views: 37873
Re: Hover and TLineSeries
Thank you for your reply. I am using v2017.22.170619, in C++ Builder 10.2.1. It looks like the problem arises because the bottom axis is inverted. The code below shows this in 2D; 3D behavior is even more bizarre-looking. It appears that nobody implemented counting backwards for hovering. TForm1::TF...
- Thu Oct 26, 2017 5:47 pm
- Forum: VCL
- Topic: Hover and TLineSeries
- Replies: 13
- Views: 37873
Hover and TLineSeries
I get strange hovering behavior with a simple TLineSeries in VCL. In this example, my cursor is over the third point in the line, which is highlighted correctly, but only the first segment (connection between two points) is highlighted. The highlighted segment is always one behind the point being ho...