Jump to content
Software FX Community

myless1111

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by myless1111

  1. 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!

×
×
  • Create New...