shadow_sk Posted November 24, 2008 Report Share Posted November 24, 2008 Hello, I want to draw the chart for 4 series as below. Line, Bar, Bar, Area It has correct order when I set the data normally(order is Line-Bar-Bar-Area). But when I set the Stacked property of two Bars, the order of the chart is incorrect(order is Area-StackedBar-Line). Is that anything I need to do for the order of Line-StackedBar-Area? Thanks a lot Quote Link to comment Share on other sites More sharing options...
Frank Posted November 25, 2008 Report Share Posted November 25, 2008 You need to reorder your series so that the Stacked-Bar series are first followed by the other types. You can do this whne DataBinding by adding the Fields to the FiledMap collection in the correct order. Quote Link to comment Share on other sites More sharing options...
shadow_sk Posted November 25, 2008 Author Report Share Posted November 25, 2008 Thank you for your answer, I reversed the order of DataBinding(Area, Stacked-Bar, Line) and it worked. Is that a BUG or something like that? The order of the chart will be totally reversed when Stacked property is set to TRUE. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.