Search found 3 matches
- Tue Jul 16, 2013 5:51 pm
- Forum: .NET
- Topic: Horizontal Target Line Drawn on Bar Chart
- Replies: 1
- Views: 4077
Horizontal Target Line Drawn on Bar Chart
I would like to draw a horizontal target line stretching from the X axis origin to the end of the X axis. From best I can tell, I need to use the afterdraw event to make this work. I have not been able to successfully get the afterdraw event to fire. Could someone please help me with the following i...
- Tue Jun 25, 2013 6:29 pm
- Forum: .NET
- Topic: Stacked Bar Chart 100 percent with multiple bars
- Replies: 3
- Views: 6323
Re: Stacked Bar Chart 100 percent with multiple bars
Thanks for that. The StackGroup property did the trick. The only issue I had was that if NULL values were associated with any of the series, the stacks were added to the wrong group. I changed my data to use zeros instead on Null values, and it seems to work fine. Thanks for your help.
- Tue Jun 18, 2013 8:09 pm
- Forum: .NET
- Topic: Stacked Bar Chart 100 percent with multiple bars
- Replies: 3
- Views: 6323
Stacked Bar Chart 100 percent with multiple bars
I have a need from a customer to produce a bar chart that totals up the passed/failed/undetermined status for daily shipments. In the past we have used a 100% stacked bar chart that has worked well. My customer wold not like to see three bars for each date, all using the 100% stacked method. How can...