I am using TeeChart Pro with Delphi Tokyo. I want to draw a fastLine serie with empty values.
I tried to add empty values with the AddNullXY method but I have vertical lines to 0:
I tried to add empty values with the AddXY(0,0) method but I have diagonal lines connecting last and first visible values:
I thought I found a way to have what I want using multiple series: I create an new serie when previous values is empty: The rendering is OK but I have a TCurorTool object (red vertical line) that shows serie values. When using muItiple series, I can't use TCurorTool OnChange event

My issue is: how can I get last display with one serie or how can I get serie values with TCurorTool ?
Thanks for your support.
Julien