JavaScript/jQuery Diagram - zoomLevel
Specifies the zoom level.
jQuery
JavaScript
$(function() {
$("#diagram").dxDiagram({
zoomLevel: 0.75,
});
});items
An array that specifies the zoom level items in the Zoom Level combobox on Properties panel.
jQuery
JavaScript
$(function() {
$("#diagram").dxDiagram({
zoomLevel: {
value: 0.75,
items: [0.5, 0.75, 1, 1.5]
},
});
});
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.