Using Delphi 10.3, the TTMSFNCChart component will not save the chart to an image using the SaveToImage procedure.
I created a blank multi-device application, dropped a TMSFNCChart component and a button, in the button code I added:
TMSFNCChart1.SaveToImage('C:\test.jpg');
and the saved image is blank.
what am I doing wrong?