Search found 2 matches

by Perdurabo
Wed Apr 21, 2004 12:56 pm
Forum: .NET
Topic: Problem with stacked bars
Replies: 2
Views: 6425

Thank you very much. I hoped I could avoid manual coding.
Instead of Color.Empty I use Color.Transparent for the missing points to avoid line drawing.

Daniel
by Perdurabo
Wed Apr 21, 2004 9:26 am
Forum: .NET
Topic: Problem with stacked bars
Replies: 2
Views: 6425

Problem with stacked bars

I have a problem with stacked bars and missing values. My data is a set of tables resulting from a database query. Each table has two columns (Week and Amount) For each table I create a bar series with the MutliBar property set to Stacked, the table is the DataSource and DataMember for XValues and Y...