Rescaling problem after zooming

Hello, Is there any way to avoid float numbers of the axis after rescale when zooming? In my application I'm having large values of the y-axis and it looks silly when theese values rescaled with two decimals (as it gets when zooming). I also would like the scaling of the y-axis to start from zero after zooming and that the zero is shown in the chart. I attach two pictures to visualize this. The first picture shows how I would like to have the scaling of the y-axis after zooming and the second picture is how it gets today. Best regards //Mariana

2 Replies

AD Administrator Syncfusion Team September 19, 2006 06:26 AM UTC


Hi Mariana,

Thank you for choosing Syncfusion products.

You can set the scaling of the y-axis to start from zero after zooming by setting

this.chartControl1.MinZoomFactorY = 1;

Please try the attached sample and let me know if this helps.

Regards,
Jaya

CustomLabelChartSample.zip


MA Mariana September 19, 2006 07:37 AM UTC

Hi Jaya,

Yes, this solved my scaling problem.

Thanks for excellent help and support!

Best regards
Mariana

Loader.
Up arrow icon