TeeChart can export data from the chart editor (tcharteditor). In VCL and (judging from documentation) .net, one can programmatically export using the
chart1.export
command. I am looking to do the same from TeeChart FireMonkey. What unit adds such a command? Shouldn't there be Chart1.Export?