Search found 2 matches
- Tue Jan 07, 2020 5:53 pm
- Forum: VCL
- Topic: Hide part of a lineSerie. (c++ builder)
- Replies: 3
- Views: 11150
Re: Hide part of a lineSerie. (c++ builder)
the program creates a custom chart series that inherits the line series and does not set value values so that the index 5 of the series is invisible, the series always created with 20 points, and when you mouse over the series the closest index of the mouse has the pointers marked as visible. Only w...
- Fri Jan 03, 2020 6:50 pm
- Forum: VCL
- Topic: Hide part of a lineSerie. (c++ builder)
- Replies: 3
- Views: 11150
Hide part of a lineSerie. (c++ builder)
Hello, I have an application that needs draw part of lineseries visible and another part invisible. I did it with the overload method DrawValue of the lineSeries with the code LinePen->Visible = false; the problem is that a series is just stay invisible when the mouse move event it happens,in other ...