Hi Andrew,
In looking at Paulsche's question in the German forum, I was 'playing' a bit with the Chart library and more specifically with LineChart.
Is there a reason why the MinScaleValue, MaxScaleValue and GridSpacingValue are Integer values, could these become Double?
With MaxScaleValue = 1.2 I would have expected GridSpacingValue = 0.2 but it is rounded to 0.
With MaxScaleValue = 1.2 without a line the MaxScaleValue becomes 1
With MaxScaleValue = 1.2 and with a line with a max point value of 1.05 the MaxValue in the graph becomes this value and the GridSpacingValue on the graph the tenth but reading the MaxScaleValue and GridSpacingValue parameters these are rounded to an integer value.
It seems that the values on the graph can be Doubles.
The XAxisIntervalValue is a Double, but in the AddXAxisText method the interval values are integers. Could these also be changed to Doubles ?
Attached the test program I payed with.
Best regards.