Search found 1 match

by Bill Anderson
Fri Jul 18, 2025 4:44 pm
Forum: VCL
Topic: Move a dynamically allocated FastLIneSeries BEHIND another FastLineSeries
Replies: 0
Views: 45

Move a dynamically allocated FastLIneSeries BEHIND another FastLineSeries

Hello Steema, I have a C++Builder 10.3/ Steema TeeChart VCL Pro) program with 10 FastLine Series set at design/compile time. I also dynamically allocate a new FastLineSeries1 during program run, and add that series to my TChart1 (see code below). This new FastLineSeries1 unfortuantely ALWAYS plots O...