I have VerticalLinearScale with properties:
Min= 0
Max = 100
MajorTickStep = 20
MiddleTicks = 4
by click on button I changed the values of the properties to:
Min= 0
Max = 30000
MajorTickStep = 5000
MiddleTicks = 10
the problem is that it takes too much time till the element render again with the new values
I attached my sample with the problem
Thanks,
Shoshana