Search found 14 matches

by Sean Snyders
Wed Oct 15, 2008 1:09 pm
Forum: .NET
Topic: Polar chart clockwise labels option does not transform data
Replies: 6
Views: 7144

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. ...
by Sean Snyders
Tue Oct 07, 2008 2:28 pm
Forum: .NET
Topic: WPF Polar chart axes ticks visibility not switched off
Replies: 2
Views: 3242

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"; ...
by Sean Snyders
Tue Oct 07, 2008 10:50 am
Forum: .NET
Topic: Smith chart left-axis not drawn
Replies: 2
Views: 3114

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...
by Sean Snyders
Tue Sep 09, 2008 2:36 pm
Forum: .NET
Topic: Same namespaces in TeeChart.WPF.dll & TeeChart.dll
Replies: 3
Views: 3920

Hi Narcís,

Thank you again for the speedy replies.
We'll be looking forward to the next release!

ciao,
Sean.
by Sean Snyders
Tue Sep 09, 2008 12:04 pm
Forum: .NET
Topic: WPF Smith Chart does not update series properties
Replies: 6
Views: 6403

I've uploaded the file:
tchart_wpf_smith.JPG

to your upload section which is a screen capture of the result of your suggested change.
by Sean Snyders
Tue Sep 09, 2008 11:59 am
Forum: .NET
Topic: WPF Smith Chart does not update series properties
Replies: 6
Views: 6403

Thanx for the example.

Nope it does not work. The data changes due to the

Code: Select all

smith1.FillSampleValues();
but the Smith chart stays ellipsoidal.
by Sean Snyders
Tue Sep 09, 2008 11:17 am
Forum: .NET
Topic: WPF Smith Chart does not update series properties
Replies: 6
Views: 6403

Hi Narcís,

Unfortunately I would not be able to construct a small example that demonstrates the problem at the current stage. We have severe deadlines currently and I would only be able to spend time on it at a later stage.

Thanx,

Sean.
by Sean Snyders
Tue Sep 09, 2008 11:07 am
Forum: .NET
Topic: Same namespaces in TeeChart.WPF.dll & TeeChart.dll
Replies: 3
Views: 3920

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 ...
by Sean Snyders
Tue Sep 09, 2008 10:39 am
Forum: .NET
Topic: WPF Smith Chart does not update series properties
Replies: 6
Views: 6403

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...
by Sean Snyders
Tue Sep 09, 2008 8:28 am
Forum: .NET
Topic: Smith chart throws exception in WPF
Replies: 8
Views: 7936

Awesome!

Thanx for the quick support. We'll integrate the new version of TeeChart when it comes available. You have any idea when that may be? Weeks? Months?

ciao,
Sean.
by Sean Snyders
Mon Sep 08, 2008 1:58 pm
Forum: .NET
Topic: Smith chart throws exception in WPF
Replies: 8
Views: 7936

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 ...
by Sean Snyders
Mon Sep 08, 2008 12:50 pm
Forum: .NET
Topic: Smith chart throws exception in WPF
Replies: 8
Views: 7936

Hi Narcís,

Yip, same here.

I load the WPFDemo, change the series to a Smith series, click 2D, and boom!, crash.
by Sean Snyders
Mon Sep 08, 2008 12:27 pm
Forum: .NET
Topic: Smith chart throws exception in WPF
Replies: 8
Views: 7936

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...
by Sean Snyders
Mon Sep 08, 2008 8:37 am
Forum: .NET
Topic: Smith chart throws exception in WPF
Replies: 8
Views: 7936

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...