Chart export on iOS
Posted: Wed Nov 20, 2013 8:49 am
Hi,
I'm using the last version of TeeChart 2013 (posted yesterday) on Delphi XE5 for iOS application.
TChart.SaveToBitmapFile doesn't seem to be working. This function returns false:
Is there anyway to export Chart in bmp ?
Or in other format (jpeg, pdf,....)
Thanks in advance.
Ben
I'm using the last version of TeeChart 2013 (posted yesterday) on Delphi XE5 for iOS application.
TChart.SaveToBitmapFile doesn't seem to be working. This function returns false:
Code: Select all
Chart1.SaveToBitmapFile(GetHomePath + PathDelim + 'Documents' + PathDelim + 'test.BMP');
Result := FileExists(GetHomePath + PathDelim + 'Documents' + PathDelim + 'test.BMP');
Or in other format (jpeg, pdf,....)
Thanks in advance.
Ben