myless1111 Posted September 19, 2014 Report Posted September 19, 2014 In Chart FX 7, the legend box items are displayed first from left/right, then up/down, so that they appear in the following order: 1 -> 2 -> 3 -> 4 -> 5 6 -> 7 -> 8 -> 9 -> 10 In Chart FX 8, the legend box items are displayed first in up/down order, then left/right, so that they appear like this: 1 -> 3 -> 5 -> 7 -> 9 2 -> 4 -> 6 -> 8 -> 10 Because of business requirements, I cannot re-order the series order that is used for the chart, there doesn't seem to be a way to adjust the legendbox series order, and I've already used the chart1.LegendBox.ItemAttributes[( ILegendBoxItemCollection )chart1.Series].Inverted = true; statement further up in the code. Please help with this. Thank you! Quote
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.