Hello, my question is:
How can I save labels on bottom ax to .txt file?
function TChart1.Export.asNative.SaveToFile("D:\file.txt",true) doesn't work. I am using C# in ASP.NET.
Could you help me?
How can I save labels on bottom ax to .txt file?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi zizou5,
Exporting a chart to a native file doesn't export the axis labels. It exports all chart settings and optionally its data. If data contains text labels and axes are set to display labels (as I told you in my reply to your previous post) then when importing the native file you'll also see the text labels displayed.
You may be interested in checking other TeeChart data exporting options at Tutorial 12 - Exporting and Importing Charts.
Exporting a chart to a native file doesn't export the axis labels. It exports all chart settings and optionally its data. If data contains text labels and axes are set to display labels (as I told you in my reply to your previous post) then when importing the native file you'll also see the text labels displayed.
You may be interested in checking other TeeChart data exporting options at Tutorial 12 - Exporting and Importing Charts.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |