Search found 14 matches
- Wed Oct 15, 2008 1:09 pm
- Forum: .NET
- Topic: Polar chart clockwise labels option does not transform data
- Replies: 6
- Views: 7189
Polar chart clockwise labels option does not transform data
[Teechart Pro version 3.5.3188.18562] Setting the property on a Polar series: Polar plot = new Polar(); plot.ClockWiseLabels = true; makes the angle labels go clockwise, but the data it still displayed the same. The data should obviously also be transformed to still show correctly, but it does not. ...
- Tue Oct 07, 2008 2:28 pm
- Forum: .NET
- Topic: WPF Polar chart axes ticks visibility not switched off
- Replies: 2
- Views: 3269
WPF Polar chart axes ticks visibility not switched off
[Teechart Pro version 3.5.3188.18562] Hi, I add the following Polar p = chart[0] as Polar; if (p != null) { chart.Axes.Left.Visible = false; chart.Axes.Bottom.Visible = false; chart.Axes.Top.Visible = false; chart.Axes.Right.Visible = true; chart.Axes.Right.Ticks.Visible = false; p.Title = "hello"; ...
- Tue Oct 07, 2008 10:50 am
- Forum: .NET
- Topic: Smith chart left-axis not drawn
- Replies: 2
- Views: 3135
Smith chart left-axis not drawn
[Teechart Pro version 3.5.3188.18562] Hi, When one sets the Smith chart's left axis' visibility to true, it still does not render. This is also reproducible using the WPF demo solution, by adding the following: chart.Axes.Left.Visible = true; chart.Axes.Bottom.Visible = true; at line 70 in ToolsGall...
- Tue Sep 09, 2008 2:36 pm
- Forum: .NET
- Topic: Same namespaces in TeeChart.WPF.dll & TeeChart.dll
- Replies: 3
- Views: 3941
- Tue Sep 09, 2008 12:04 pm
- Forum: .NET
- Topic: WPF Smith Chart does not update series properties
- Replies: 6
- Views: 6452
- Tue Sep 09, 2008 11:59 am
- Forum: .NET
- Topic: WPF Smith Chart does not update series properties
- Replies: 6
- Views: 6452
Thanx for the example.
Nope it does not work. The data changes due to the
but the Smith chart stays ellipsoidal.
Nope it does not work. The data changes due to the
Code: Select all
smith1.FillSampleValues();
- Tue Sep 09, 2008 11:17 am
- Forum: .NET
- Topic: WPF Smith Chart does not update series properties
- Replies: 6
- Views: 6452
- Tue Sep 09, 2008 11:07 am
- Forum: .NET
- Topic: Same namespaces in TeeChart.WPF.dll & TeeChart.dll
- Replies: 3
- Views: 3941
Same namespaces in TeeChart.WPF.dll & TeeChart.dll
Hi, I'm trying to combine Winforms TeeChart charts as well as WPF TeeChart charts into one application/assembly. This assembly references both dlls from TeeChart (the TeeChart.dll for the WinForms stuff and the TeeChart.WPF.dll for the WPF stuff). I'm getting now 'ambiguous reference' errors due to ...
- Tue Sep 09, 2008 10:39 am
- Forum: .NET
- Topic: WPF Smith Chart does not update series properties
- Replies: 6
- Views: 6452
WPF Smith Chart does not update series properties
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 f...
- Tue Sep 09, 2008 8:28 am
- Forum: .NET
- Topic: Smith chart throws exception in WPF
- Replies: 8
- Views: 7983
- Mon Sep 08, 2008 1:58 pm
- Forum: .NET
- Topic: Smith chart throws exception in WPF
- Replies: 8
- Views: 7983
I've made a workaround in our code to select the SmithChart as a 3D chart, and then it works (to some degree). The chart is rendered correctly, it is also resized correctly, but when it has to be redrawn (e.g. changing to a different tab in our application, and then going back to the tab the charts ...
- Mon Sep 08, 2008 12:50 pm
- Forum: .NET
- Topic: Smith chart throws exception in WPF
- Replies: 8
- Views: 7983
- Mon Sep 08, 2008 12:27 pm
- Forum: .NET
- Topic: Smith chart throws exception in WPF
- Replies: 8
- Views: 7983
You mention that you will fix it in the next release(s). By when can we expect such a release? We decided to buy TeeChart recently mainly because it supports Smith charts and we need Smith charts *now*. We would have opted for a different charting library if this was not the case. So not having Smit...
- Mon Sep 08, 2008 8:37 am
- Forum: .NET
- Topic: Smith chart throws exception in WPF
- Replies: 8
- Views: 7983
Smith chart throws exception in WPF
Hi, We've implement a Smith chart using a trial version of TeeChart (TeeChart.WPF.dll version 3.5.3065.19165) and everything worked fine. We've bought TeeChart recently and now the same Smith chart (and data) crashes our application by throwing an exception in the TeeChart API (using TeeChart.WPF.dl...