Zoom Config
data class ZoomConfig(fill: Color, strokeColor: Color?, strokeWidth: Double?, minXZoomRatio: Double?, maxXZoomRatio: Double?, minYZoomRatio: Double?, maxYZoomRatio: Double?)
Content copied to clipboard
The Zoom configuration, styling information for the zooming rectangle layer, and min/max properties to define "zooming limits".
Constructors
ZoomConfig
Link copied to clipboard
Properties
maxXZoomRatio
Link copied to clipboard
The maximum Zoom ratio for the X axis
maxYZoomRatio
Link copied to clipboard
The maximum Zoom ratio for the Y axis
minXZoomRatio
Link copied to clipboard
The minimum Zoom ratio for the X axis
minYZoomRatio
Link copied to clipboard
The minimum Zoom ratio for the Y axis
strokeColor
Link copied to clipboard
The stroke Color for the zooming selection layer.
strokeWidth
Link copied to clipboard
The filling thickness for the zooming selection layer.