webchart export not saving series labels
Posted: Wed May 06, 2009 11:52 pm
using latest march build of 3.5 .net teechart.
if i have a boxplot series with labels that i assign manually, when i save the chart containing the series/labels to a session using the ch1.export.template.save(memorystream), and reload the chart on a postback using ch1.import.template.load(stream), the labels for the boxplot series are not saved with the chart.
by labels im referring to the x-axis series label that identifies the boxplot.
example
oChart.Axes.Bottom.Labels.Items.Add(oBoxAverage.Position, "LabelNameAndStuff");
it will disappear when reloading the saved chart.
if i have a boxplot series with labels that i assign manually, when i save the chart containing the series/labels to a session using the ch1.export.template.save(memorystream), and reload the chart on a postback using ch1.import.template.load(stream), the labels for the boxplot series are not saved with the chart.
by labels im referring to the x-axis series label that identifies the boxplot.
example
oChart.Axes.Bottom.Labels.Items.Add(oBoxAverage.Position, "LabelNameAndStuff");
it will disappear when reloading the saved chart.