Preparing search index...
The search index is not available
OpenAlgo Charts API
OpenAlgo Charts API
trade
TradeHost
Interface TradeHost
Where the controller attaches/detaches its primitives (the chart implements this).
interface
TradeHost
{
addPrimitive
(
p
:
IPrimitive
)
:
void
;
removePrimitive
(
p
:
IPrimitive
)
:
void
;
}
Index
Methods
add
Primitive
remove
Primitive
Methods
add
Primitive
addPrimitive
(
p
:
IPrimitive
)
:
void
Parameters
p
:
IPrimitive
Returns
void
remove
Primitive
removePrimitive
(
p
:
IPrimitive
)
:
void
Parameters
p
:
IPrimitive
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Primitive
remove
Primitive
OpenAlgo Charts API
Loading...
Where the controller attaches/detaches its primitives (the chart implements this).