Saving charts with custom labels

TeeChart for ActiveX, COM and ASP
Post Reply
Keynetix
Newbie
Newbie
Posts: 27
Joined: Thu May 11, 2006 12:00 am
Contact:

Saving charts with custom labels

Post by Keynetix » Wed May 24, 2006 10:47 am

Hello,

If I plot a line chart, and use the following code to add custom labels to left axis, which works great.

TChart1.Axis.Left.Labels.clear
TChart1.Axis.Left.Labels.Style = talText
TChart1.Axis.Left.Labels.Add 0, "N"
TChart1.Axis.Left.Labels.Add 45, "NE"
TChart1.Axis.Left.Labels.Add 90, "E"
TChart1.Axis.Left.Labels.Add 135, "SE"
TChart1.Axis.Left.Labels.Add 180, "S"
TChart1.Axis.Left.Labels.Add 225, "SW"
TChart1.Axis.Left.Labels.Add 270, "W"
TChart1.Axis.Left.Labels.Add 315, "NW"
TChart1.Axis.Left.Labels.Add 360, "N"

Then I use the tee commander toolbar to save the chart to a .tee file.

When I re-open the saved .tee file, the custom labels have gone, and the orginal values have returned.

Is it possible to save the custom labels?

Thanks

James.

Keynetix
Newbie
Newbie
Posts: 27
Joined: Thu May 11, 2006 12:00 am
Contact:

Post by Keynetix » Fri May 26, 2006 8:36 am

Hi,

Does Steema support have any comments or suggestions regarding this?

Many Thanks

James.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Sun May 28, 2006 12:16 pm

Hi James,

sorry for delay, for the moment this feature is not yet available, maybe for future versions. The only way around this is to readd again the custom labels every time the Chart is loaded.

Post Reply