Members
(static) ApproxTextSize
calculation of text size consumes time and can be skipped to improve performance (but with side effects on text adjustments)
(static) AutoStat
Automatically create stats box, default on
(static) CanAdjustFrame
if frame position can be adjusted to let show axis or colz labels
(static) CanEnlarge
if drawing inside particular div can be enlarged on full window
(static) ContextMenu
Enables context menu usage
(static) DarkMode
Configures dark mode for the GUI
(static) DragAndDrop
enables drag and drop functionality
(static) DragGraphs
Interactive dragging of TGraph points
(static) Embed3D
Way to embed 3D drawing in SVG, see constants.Embed3D
for possible values
(static) FrameNDC
Default frame position in NFC
(static) GeoCompressComp
Enables faces compression after creation of composite shape
(static) GeoGradPerSegm
Grads per segment in TGeo spherical shapes like tube
(static) HandleKeys
Configures keybord key press handling
Can be disabled to prevent keys heandling in complex HTML layouts
(static) HandleWrongHttpResponse
Let detect and solve problem when browser returns wrong content-length parameter
See jsroot#189 for more info Can be enabled by adding 'wrong_http_response' parameter to URL when using JSROOT UI
(static) HierarchyLimit
how many items shown on one level of hierarchy
(static) IgnoreUrlOptions
if true, ignore all kind of URL options in the browser URL
(static) Latex
Configures Latex usage, see constants.Latex
for possible values
(static) MaxRanges
Maximal number of bytes ranges in http 'Range' header
Some http server has limitations for number of bytes rannges therefore let change maximal number via setting
(static) MoveResize
Enables move and resize of elements like statbox, title, pave, colz
(static) OnlyLastCycle
Show only last cycle for objects in TFile
(static) OptimizeDraw
Histogram drawing optimization: 0 - disabled, 1 - only for large (>5000 1d bins, >50 2d bins) histograms, 2 - always
(static) Palette
Default color palette id
(static) PreferSavedPoints
Prefer to use saved points in TF1/TF2, avoids eval() and Function() when possible
(static) ProgressBox
Show progress box
(static) Render3D
Render of 3D drawing methods, see constants.Render3D
for possible values
(static) Render3DBatch
3D drawing methods in batch mode, see constants.Render3D
for possible values
(static) SkipStreamerInfos
Skip streamer infos from the GUI
(static) SmallPad
size of pad, where many features will be deactivated like text draw or zooming
(static) ToolBar
Show additional tool buttons on the canvas, false - disabled, true - enabled, 'popup' - only toggle button
(static) ToolBarSide
Position of toolbar 'left' left-bottom corner on canvas, 'right' - right-bottom corner on canvas, opposite on sub-pads
(static) ToolBarVert
display tool bar vertical (default false)
(static) Tooltip
Enable or disable tooltips, default on
(static) TooltipAnimation
Time in msec for appearance of tooltips, 0 - no animation
(static) UseStamp
Tweak browser caching with stamp URL parameter
When specified, extra URL parameter like ?stamp=unique_value
append to each files loaded
In such case browser will be forced to load file content disregards of server cache settings
(static) XValuesFormat
custom format for all X values, when not specified gStyle.fStatFormat
is used
(static) YValuesFormat
custom format for all Y values, when not specified gStyle.fStatFormat
is used
(static) Zooming
Global zooming flag, enable/disable any kind of interactive zooming
(static) ZoomMouse
Zooming with the mouse events
(static) ZoomTouch
Zooming on touch devices
(static) ZoomWheel
Zooming with mouse wheel
(static) ZValuesFormat
custom format for all Z values, when not specified gStyle.fStatFormat
is used