Vue Diagram - zoomLevel
Specifies the zoom level.
jQuery
JavaScript
$(function() {
$("#diagram").dxDiagram({
zoomLevel: 0.75,
});
});DevExtreme v25.2 is now available.
Explore our newest features/capabilities and share your thoughts with us.
A newer version of this page is available.
Specifies the zoom level.
$(function() {
$("#diagram").dxDiagram({
zoomLevel: 0.75,
});
});Additional comments/thoughts:
If you have any questions, submit a ticket to our Support Center.