Bugs with Inverted Legend
Posted: Wed Jul 12, 2006 11:31 pm
When using Legend.Inverted = true, I've discovered the following bugs in the May 2006 release of TeeChart.NET v2:
Bug A:
1. Set legend position to bottom (and Inverted).
2. Enable show checkboxes.
3. Add many series until the legend wraps. Make sure there is a different number of series in the second row of the legend.
4. Try clicking the checkboxes. The hit test logic doesn't work right.
Bug B:
1. Set legend position to right side (and Inverted).
2. Enable the legend scrollbar tool.
3. Notice that the scrollbar behaves backwards.
My typical use of an inverted legend is so that a stacked bar chart shows the stacks in the same order as the legend. Inverting the legend accomplishes this, but of course, it make the series listed in opposite order (if originally A-Z, now Z-A), so I just add the series in reverse order of how I want them to show up.
It would be preferable to simply say that the stacking logic should be reversed so that the topmost series is the first series.
Bug A:
1. Set legend position to bottom (and Inverted).
2. Enable show checkboxes.
3. Add many series until the legend wraps. Make sure there is a different number of series in the second row of the legend.
4. Try clicking the checkboxes. The hit test logic doesn't work right.
Bug B:
1. Set legend position to right side (and Inverted).
2. Enable the legend scrollbar tool.
3. Notice that the scrollbar behaves backwards.
My typical use of an inverted legend is so that a stacked bar chart shows the stacks in the same order as the legend. Inverting the legend accomplishes this, but of course, it make the series listed in opposite order (if originally A-Z, now Z-A), so I just add the series in reverse order of how I want them to show up.
It would be preferable to simply say that the stacking logic should be reversed so that the topmost series is the first series.