Search found 10 matches

by schafma
Wed Feb 10, 2010 1:15 pm
Forum: .NET
Topic: line series with different style
Replies: 3
Views: 5467

Re: line series with different style

Dear Sandra, thank you for the idea. I'm not quite sure if this solution is flexible enough for my needs but I'll give it a try. I had also the idea to use the colors arrays of the line series to assign different alpha values (opacities) to the according line segments. Once again thank you for your ...
by schafma
Mon Feb 01, 2010 10:31 am
Forum: .NET
Topic: line series with different style
Replies: 3
Views: 5467

line series with different style

Hello, is it possible to have different line styles (e.g. dash and solid) on the very same series? What I'm trying to do is to code additional infomation (data is trustworthy or not) using the line style. Different colors would be no solutions since there are several lines in one chart. Hopefully yo...
by schafma
Mon Feb 01, 2010 10:05 am
Forum: .NET
Topic: Automatic Series Min Max failed
Replies: 2
Views: 3732

Re: Automatic Series Min Max failed

Hello Narcís,

this works pretty fine.
Thank you for the code snippet.

Marcus
by schafma
Fri Jan 29, 2010 8:18 pm
Forum: .NET
Topic: TeeReg V2
Replies: 5
Views: 6958

Re: TeeReg V2

Hello Narcís,

I think I've solved the problem. Even if TeeReg V2 reports that the keys are installed correctly, they aren't.
TeeReg V2 will run properly and install the keys if you run it "as administrator", although you are logged in with an admin account.

Marcus
by schafma
Fri Jan 29, 2010 7:49 pm
Forum: .NET
Topic: TeeReg V2
Replies: 5
Views: 6958

Re: TeeReg V2

Hello Narcís, i've run into the same problem using Window 7 x64, Visual Studio 2005 and TeeChart .net v2. I tried to run the example project shipped with TeeChart (BTW the sample uses TeeChart 2003 so I had to change it to the 2005 version): The project started, but no charts are displayed. Instead ...
by schafma
Tue Jan 19, 2010 12:54 pm
Forum: .NET
Topic: Automatic Series Min Max failed
Replies: 2
Views: 3732

Automatic Series Min Max failed

Hello, I'm filling a pointer series using the direct array method explained in the FAQ: Series.XValues.Value = xArr Series.XValues.Count = xArr.Length Series.YValues.Value = yArr Series.YValues.Count = yArr.Length for a new series this works absolutly fine. If I want to change the series by assignin...
by schafma
Fri Jun 12, 2009 7:50 pm
Forum: .NET
Topic: XY ErrorBar Plot
Replies: 4
Views: 5485

Re: XY ErrorBar Plot

Dear Yeray,
Thanks for the reply.
Maybe you could also add to the wish list an combined Points- and Error- Series. This would be much easier than keeping two independant series syncronized and uptodate.

Marcus
by schafma
Thu Jun 11, 2009 1:12 pm
Forum: .NET
Topic: XY ErrorBar Plot
Replies: 4
Views: 5485

XY ErrorBar Plot

Hello, I'd like to plot some scientific data in a XY-Point chart. Each Point should have an error-bar in the y direction. First of all it is a bit inconveniet that one needs two series (Point and Error) to draw the measured data and the corresponding (measurement) error. http://mitglied.lycos.de/Mar...
by schafma
Tue Jun 09, 2009 2:57 pm
Forum: .NET
Topic: ErrorBar-Series: Adding Data with DataMember
Replies: 1
Views: 3309

ErrorBar-Series: Adding Data with DataMember

Hello, I'm just trying to fill an ErrorBar-Series with data out of a DataTable-Object using the DataMember/DataSource Methode. This works fine with the Xvalues and Yvalues but the ErrorValues won't work. Inspecting the contens of the ErrorValues collection after the DataSource calls showed that no d...
by schafma
Wed Jan 09, 2008 11:23 am
Forum: .NET
Topic: Sorting of Errorbar-Series
Replies: 1
Views: 3359

Sorting of Errorbar-Series

Hello, i've an ErrorBar series with these datapoints-Labels A1 B1 C1 A2 B2 C2 .. which should be displayed as seperate Bars (-->MultiBar = TeeChart.Styles.MultiBars.None) and sorted as A1 A2 A3 B1 B2 B3 ... (--> SortByLabels( TeeChart.Styles.ValueListOrder.Ascending ) ) or optionally sorted as A1 B1...