WPF Smith Chart does not update series properties
Posted: Tue Sep 09, 2008 10:39 am
Hi,
I'm using WPF Smith charts (using TeeChart.WPF.dll version 3.5.3146.24806) and upon the 'Loaded' event of the chart, I add a Smith series to the chart and set certain properties of the series (e.g. Steema.TeeChart.Styles.Smith.Circled = true).
problem: the chart does not update the settings. I followed the Feature demo example of the Smith chart and set all the same properties that is set there (even the yellow gradient background of the chart). The chart properties are updated and rendered correctly, but any settings on the Smith series has no effect.
The only difference that I can see between the demo Smith chart and mine, is that I do not set the settings during the InitializeComponent() method, but during the 'Loaded' event of the chart. I have trioed UpdateLayout(), etc on the chart, but no joy.
Can this be related to the issue?:
http://www.teechart.net/support/viewtop ... ba545d23cd
I use the current workaround of setting the chart as a 3D chart as suggested in the listed issue.
I'm using WPF Smith charts (using TeeChart.WPF.dll version 3.5.3146.24806) and upon the 'Loaded' event of the chart, I add a Smith series to the chart and set certain properties of the series (e.g. Steema.TeeChart.Styles.Smith.Circled = true).
problem: the chart does not update the settings. I followed the Feature demo example of the Smith chart and set all the same properties that is set there (even the yellow gradient background of the chart). The chart properties are updated and rendered correctly, but any settings on the Smith series has no effect.
The only difference that I can see between the demo Smith chart and mine, is that I do not set the settings during the InitializeComponent() method, but during the 'Loaded' event of the chart. I have trioed UpdateLayout(), etc on the chart, but no joy.
Can this be related to the issue?:
http://www.teechart.net/support/viewtop ... ba545d23cd
I use the current workaround of setting the chart as a 3D chart as suggested in the listed issue.