figureone
Preparing search index...
FigureCollections/Plot
OBJ_PlotZoomOptions
Interface OBJ_PlotZoomOptions
axis
x
|
y
|
xy
— which axis to zoom (
xy
)
wheelSensitivity
number
— mouse wheel sensitivity where >1 is more sensitive and <1 is less sensitive (
1
)
pinchSensitivity
number
— pinch zoom sensitivity where >1 is more sensitive and <1 is less sensitive (
1
)
value
number
|
TypeParsablePoint
— fix value to zoom on - will override pinch or mouse wheel zoom location
min
number
|
null
— minimum zoom where
null
is no limit (
null
)
max
number
|
null
— maximum zoom where
null
is no limit (
null
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
figureone
Loading...
axisx|y|xy— which axis to zoom (xy)wheelSensitivitynumber— mouse wheel sensitivity where >1 is more sensitive and <1 is less sensitive (1)pinchSensitivitynumber— pinch zoom sensitivity where >1 is more sensitive and <1 is less sensitive (1)valuenumber| TypeParsablePoint — fix value to zoom on - will override pinch or mouse wheel zoom locationminnumber|null— minimum zoom wherenullis no limit (null)maxnumber|null— maximum zoom wherenullis no limit (null)