Problems with TColorGridSeries
Posted: Tue Jan 07, 2020 1:09 pm
The TColorGridSeries is very useful to plot data of a wind profiler, e.g. to visualize windspeed or direction in different heights.
But there are some problems using TColorGridSeries:
But there are some problems using TColorGridSeries:
- The OnClickSeries event is not fired for data with the highest Z value, that is at clicking into the most upper "line" the event is not triggered.
- The same problem happens for the highest X Value (when I click onto the most right column).
- Exactly the same problem happens when I use a MarkTipTool to display a hint. Furthermore some values in the Legend will be highlighted when I click any of the first 20 data in the chart. Why?
- Exporting the chart to PDF with TeeSaveToPDFFile deliveres a complete wrong image.
- In case there are time gaps in my data the Series will be filled by the last data automatically. Is it possible to avoid this behavior to visualize the gap?