zoom_and_pan method

zoom_and_pan

Sets the zoomAndPan attribute of the view element, specifying the zoom and pan behavior.

Returns

The current SVGViewElementBuilder instance.

def zoom_and_pan(self, zoom_and_pan):
    ...
ParameterTypeDescription
zoom_and_panZoomAndPanThe zoom and pan behavior.

See Also