Hi,
I’m trying to draw CartesianGridLineAnnotation in front of each Y axis tick.
The Y axis number of ticks depends on the size of the RadChartView. The property DesiredTickCount is update into the SizeChanged event of the Chart. (Same issue with the resize event of the RadChartView).
It’s working fine when the form is resize with the mouse drag, but when I resize the form by double clicking the form (switch to full screen), it’s not working as expected.
ActualRange property seems not updated in the non working case, is there a way to avoid that ?
Thanks.