Search found 52 matches

by Glenn F. Henriksen
Mon Apr 25, 2011 3:37 pm
Forum: .NET
Topic: Support for WP7?
Replies: 1
Views: 4314

Support for WP7?

I have browsed the site and can't find the answer easily so here is the question.

Do you support Windows Phone 7 now? If you don't support it now do you have any plans to support the platform in the future?
by Glenn F. Henriksen
Wed Nov 11, 2009 7:29 am
Forum: .NET
Topic: License issue with Managed C++
Replies: 1
Views: 4555

License issue with Managed C++

Hello, I am using TeeChart.NET Version 1 Build 1.1.2004.16592 and TeeChart.NET Version 1 Update Build 1.1.2531.28391. The product is built on Managed C++ platform, .Net Framework 1 with Visual Studio 2003. I embed the TChart update Build 1.1.2004.16592 control on a System::Windows::Forms. This adds ...
by Glenn F. Henriksen
Tue Sep 08, 2009 10:48 am
Forum: .NET
Topic: How to draw non-linear custom weibull scale?
Replies: 13
Views: 17976

Re: How to draw non-linear custom weibull scale?

Hello,

Thanks a lot for your responses. As you suggested, I downloaded and used the last build for .Net Version 1 and the code just works fine.

Cheers
by Glenn F. Henriksen
Tue Sep 08, 2009 3:53 am
Forum: .NET
Topic: How to draw non-linear custom weibull scale?
Replies: 13
Views: 17976

Re: How to draw non-linear custom weibull scale?

Hello, We are using TeeChart.NET Version 1, Build 1.0.1189.31308. The language supported there is Managed C++. The example you show above is in C++/CLI. Could you please show us an example that would work with TeeChart.NET Version 1, Build 1.0.1189.31308. Please find the sample project attached Weib...
by Glenn F. Henriksen
Mon Sep 07, 2009 12:40 pm
Forum: .NET
Topic: How to draw non-linear custom weibull scale?
Replies: 13
Views: 17976

Re: How to draw non-linear custom weibull scale?

Hello, The following line doesn't work in Managed C++ with T-Chart .NET version 1:- (tChart1.Axes.Left.Labels.Items.Add(1, "10000")).Font.Color = color; Labels doesn't have any member called "Items" is the error. How do we put custom labels on the left axis? Thanks for your quick responses. Cheers
by Glenn F. Henriksen
Mon Sep 07, 2009 11:52 am
Forum: .NET
Topic: How to draw non-linear custom weibull scale?
Replies: 13
Views: 17976

Re: How to draw non-linear custom weibull scale?

Hello,

We are using T-Chart version 1 for .NET. Our chosen language is Managed C++. The above approaches you suggest work for the new versions of T-Chart only. Any suggestions on how all this can be achieved in T-Chart Version 1 for .NET with managed C++?

Cheers
by Glenn F. Henriksen
Mon Sep 07, 2009 7:03 am
Forum: .NET
Topic: How to draw non-linear custom weibull scale?
Replies: 13
Views: 17976

Re: How to draw non-linear custom weibull scale?

Hello,

Thanks. It works.

Cheers
by Glenn F. Henriksen
Fri Sep 04, 2009 12:02 pm
Forum: .NET
Topic: How to draw non-linear custom weibull scale?
Replies: 13
Views: 17976

Re: How to draw non-linear custom weibull scale?

Hello,

I want the following graph:-
Weibull.JPG
Weibull.JPG (28.34 KiB) Viewed 18510 times


The example that you show plots the CDF on linear scale. I want the scaling to be as the above graph, i.e, Weibull scale. How can this form of graph be achieved?

Thanks
by Glenn F. Henriksen
Fri Sep 04, 2009 4:09 am
Forum: .NET
Topic: How to draw non-linear custom weibull scale?
Replies: 13
Views: 17976

How to draw non-linear custom weibull scale?

Hello, I need to plot a Weibull CDF(Cumulative Distribution) graph. Is it possible to draw a Weibull scale on t-chart? i.e custom axis scale. If yes, then please show some example on how it can be done. I don't want the graph to be drawn on a linear or log scale. I want to plot it purely on Weibull ...
by Glenn F. Henriksen
Fri Jul 10, 2009 12:20 pm
Forum: .NET
Topic: header-text with frame / bottom axis three are
Replies: 5
Views: 9096

Re: header-text with frame / bottom axis three are

Hi Yeray, very thanks for your help. I work with TeeChart 1.1.1499 and so I can't find GetAxisDrawLabel and GetAxisDrawLabelEventHandler. I there a solution for my problem? private void InitializeChart() { //... tChart1.Axes.Left.GetAxisDrawLabel += new Steema.TeeChart.GetAxisDrawLabelEventHandler(L...
by Glenn F. Henriksen
Thu Jul 09, 2009 2:10 pm
Forum: .NET
Topic: header-text with frame / bottom axis three are
Replies: 5
Views: 9096

Re: header-text with frame / bottom axis three are

Hallo Sandra, it really helped me. The solution is very good. I had to change from tChart1.Draw() to tChart1.Draw(this.CreateGraphics()). Shadow I don't mean the shadow from the font, but on the frame (tChart1.Header.Transparent = false;). Have you a solution? Now I have two another questions! 1. Th...
by Glenn F. Henriksen
Wed Jul 08, 2009 2:48 pm
Forum: .NET
Topic: header-text with frame / bottom axis three are
Replies: 5
Views: 9096

header-text with frame / bottom axis three are

Hello, I work with TeeChart 1.1.1499 and C#. Now I have some questions. 1. How I get a header-text with a frame (with a shadow)? 2. In the bottom axis I must have three areas. Left with one bar a mean value from the last year. In the middle the current values and right one bar again. The three areas...
by Glenn F. Henriksen
Wed Oct 22, 2008 1:40 pm
Forum: .NET
Topic: Fail to install TeeChart Build 1.1.2004.16592
Replies: 4
Views: 6876

Hi Narcís Calvet,

I finally solved the issue by configuring the virtual directories in IIS for TeeChartForNET and _chart_temp to support “Integrated Window Authentication” and disable “Anonymous access”

Thanks & Regards,
Daniel Fan
by Glenn F. Henriksen
Fri Sep 07, 2007 7:35 am
Forum: .NET
Topic: Transparency problem with inverted stairs
Replies: 1
Views: 4454

Transparency problem with inverted stairs

We have been experiencing a problem with the drawing of points for a line series with inverted stairs in the web. Teechart.Net (1.1 framework) version: 2.0.2586.24038 Visual Studio 2003 ASP.Net 1.1 The problem occurs when we set a certain point as transparent, then the next point(which has a color) ...
by Glenn F. Henriksen
Mon Jul 23, 2007 4:08 pm
Forum: .NET
Topic: WPF Version of TeeChart
Replies: 1
Views: 4790

WPF Version of TeeChart

Are there any plans on releasing a version of TeeChart written in WPF? We are currently working on a WPF project and would like to replace the integration of the Forms-based TeeChart with a WPF version when it is available...