Search found 2 matches
- Fri Jul 31, 2009 4:00 pm
- Forum: .NET
- Topic: Using StackGroup with bar charts
- Replies: 2
- Views: 3366
Re: Using StackGroup with bar charts
Thanks for your help! My x values are dates but I was able to use this same technique by subtracting or adding 4 hours to the date.
- Thu Jul 30, 2009 8:26 pm
- Forum: .NET
- Topic: Using StackGroup with bar charts
- Replies: 2
- Views: 3366
Using StackGroup with bar charts
I am trying to create a chart with 2 sets of data. Each set has 2 bars which I would like to have in front of each other but then I want the sets to be side by side. I am trying to use StackGroup but cannot get the layout I want. Here is a sample of what I have: for( int i = 1; i <= 2; i++ ) { Bar t...