(private) new TMultiGraphPainter(dom, obj)
Painter for TMultiGraph object.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
dom |
object | string | DOM element for drawing or element id |
obj |
object | TMultiGraph object to draw |
Methods
cleanup()
Cleanup TMultiGraph painter
- Source:
(async) drawAxisHist() → {Promise}
draw special histogram for axis
- Source:
Returns:
when ready
- Type
- Promise
(async) drawAxisHist() → {Promise}
draw special histogram for axis
- Source:
Returns:
when ready
- Type
- Promise
(async) drawGraph()
draw multi graph in 3D
- Source:
(async) drawGraph()
Draw graph
- Source:
(async) drawNextGraph()
method draws next graph
- Source:
fillContextMenuItems()
Fill TMultiGraph context menu
- Source:
(async) redraw() → {Promise}
Redraw TMultiGraph
- Description:
may redraw histogram which was used to draw axes
- Source:
Returns:
for ready
- Type
- Promise
(async, private) redrawWith()
Redraw TMultiGraph object using provided option
- Source:
scanGraphsRange() → {object}
Scan graphs range
- Source:
Returns:
histogram for axes drawing
- Type
- object
updateObject()
Update TMultiGraph object
- Source:
(async, static) draw()
Draw TMultiGraph object
- Source:
(async, static) draw()
Draw TMultiGraph object in 2D only
- Source: