Page 1 of 1

How can I save labels on bottom ax to .txt file?

Posted: Mon Apr 21, 2008 7:43 am
by 9535497
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?

Posted: Mon Apr 21, 2008 8:29 am
by narcis
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.