I've been playing with the excellent xChartLite library and have come across what appears to be an inconsistency with the drawing of the Stacked Bar Chart.
If I have two Stacked Bar Charts on a form both displaying the same number of points, one with multiple (stacked) bars, one with only a single bar, then when reducing the chart width the chart with multiple bars disappears before the other one.
I understand the 'Bar width = too small !!! Drawing of Bar chart skipped' issue, and have no problem with that. But I would have thought that these two charts have the same number of bars and so should 'disappear' at the same width. They both return the same xchart.GetMaxNumberBars figure.
I've attached a small example.
If you slowly decrease the width of the form you'll see that the top chart disappears at some point while the bottom one remains.
Given that both charts are displaying 50 bars, shouldn't they both have the same 'Bar width = too small...' limit?
If I have two Stacked Bar Charts on a form both displaying the same number of points, one with multiple (stacked) bars, one with only a single bar, then when reducing the chart width the chart with multiple bars disappears before the other one.
I understand the 'Bar width = too small !!! Drawing of Bar chart skipped' issue, and have no problem with that. But I would have thought that these two charts have the same number of bars and so should 'disappear' at the same width. They both return the same xchart.GetMaxNumberBars figure.
I've attached a small example.
If you slowly decrease the width of the form you'll see that the top chart disappears at some point while the bottom one remains.
Given that both charts are displaying 50 bars, shouldn't they both have the same 'Bar width = too small...' limit?