Hi, I am using Teechart standard 2016 19 with Delphi Seattle in an FMX application
I did put FMXTee.Store in the uses clause.
The SaveChartToStream is not found.
What do I do wrong?
Search found 2 matches
- Fri Mar 10, 2017 10:45 am
- Forum: FMX
- Topic: SaveChartToStream not found in FMX
- Replies: 1
- Views: 8501
- Sat Feb 25, 2017 9:30 pm
- Forum: VCL
- Topic: Save charts as a bmp files without redrawing on screen?
- Replies: 7
- Views: 12871
Re: Save charts as a bmp files without redrawing on screen?
Well after some trial and error I understand that I first have to "actually see" the chart before I can successfully use SaveToBitmapFile. The issue is that my application has different tabs. One of the tabs is the chart, another tab has a button with which I save, among other things, the chart to a...