BoxPlot Initial Paint seems to be wrong
Posted: Fri Sep 11, 2020 2:56 pm
Hello,
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:
.Repaint .Invalidate does not solve this issue.
Do You know any workaround to get rid of this problem?
Thanks in advance:
MicroSolutions
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