Search found 3 matches

by Alexey I.
Fri May 20, 2005 10:18 am
Forum: .NET
Topic: Problems with horizontal area series
Replies: 5
Views: 7400

Hi Narcis,

When can I get this release ?

Best regards,
Alexey I.
by Alexey I.
Thu May 19, 2005 11:05 am
Forum: .NET
Topic: Problems with horizontal area series
Replies: 5
Views: 7400

Hi Narcis, I can't send you my project, because NNTP protocol is closed. Try this C# code: using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace TestChart { public class Form1 : System.Windows.Forms.Form { ...
by Alexey I.
Thu May 19, 2005 5:53 am
Forum: .NET
Topic: Problems with horizontal area series
Replies: 5
Views: 7400

Problems with horizontal area series

1) I use series option "Color Each" and add points to this series with method "Add(X, Y, Color);". This ends with exception on draw. I solve this problem by separating up data in several "single colored" series. 2) When scrolling series at runtime, element of series disappears, when part of this ele...