If I add some values for a BoxPlot series , where the minimum is grater than 0, the BoxPlot is not painted correctly for the first time.
If I move around with the mouse, the scale and painting is fixed. (then the Chart repaints itself)
e.g:
Code: Select all
for I:=0 to 30 do begin
self.Series1.Add(I+100);
end;
Do You know any workaround to get rid of this problem?
Thanks in advance:
MicroSolutions