Disable zooming

1 Answer 36 Views
Diagram
Omar
Top achievements
Rank 2
Iron
Iron
Iron
Omar asked on 06 Nov 2023, 05:22 AM

Hi,

How to disable zooming?

Regards,

Omar

1 Answer, 1 is accepted

Sort by
1
Accepted
Vasko
Telerik team
answered on 06 Nov 2023, 12:49 PM

Hello Omar,

You can disable the zooming of the Diagram by setting the Zoomrate property to 0:  

<telerik:RadDiagram 
    ID="RadDiagram1" 
    runat="server" 
    ZoomRate="0">
    // Omitted for clearance
</telerik:RadDiagram>

For more information about disabling/adjusting the zooming in the Diagram, I suggest taking a look at the following article - Disable the Viewport Zooming in RadDiagram.

I hope this is of use to you.

Regards,
Vasko
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
Tags
Diagram
Asked by
Omar
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Vasko
Telerik team
Share this question
or