Search found 1 match
- Mon Jun 16, 2025 12:21 pm
- Forum: VCL
- Topic: Display "virtual" series?
- Replies: 1
- Views: 1166
Display "virtual" series?
I would like to display a chart with data that is too large to be stored in memory, so using regular TLineSeries or TFastLineSeries won't work. The data is also not stored in a database but in a proprietary binary file format, so using a TDbChart also won't work for this. Is there any kind of line s...