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.
Saving charts with custom labels
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.
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.
Pep Jorge
http://support.steema.com
http://support.steema.com