> First this statment "LineChart.XAxisIntervalValue = 1" puts the X-axis ticks too close together for a maximum scale value of 240 so they run into each other as a grey bar.
Yes, thanks that was the problem and I can simply do:
LineChart.XAxisIntervalValue = 240
As Klaus mentioned, it would be nice if you could make:
LineChart.MinScaleValue =
respond to positive values, so setting a positive lowest value for the Y-axis.
RBS
|