Search found 1 match
Re: BarWidth
Hello I also suffer from the bar width bug. I have a chart with two series: a line series and a bar series. In TCustomBarSeries.DoBeforeDrawChart you determine a wrong value for IMaxBarPoints: - the first series is the line series: it has 2000 values. Thus IMaxBarPoints is set to 2000 - the second s...