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

TeeChart for ActiveX, COM and ASP
Post Reply
zizou5
Newbie
Newbie
Posts: 17
Joined: Mon Jun 11, 2007 12:00 am
Contact:

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

Post by zizou5 » Mon Apr 21, 2008 7:43 am

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Apr 21, 2008 8:29 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply