StockChart

Type module

Sources

Items from StockChart can be imported/included and used via following ways.

/**
 * --------------------------------------------------------
 * Import via: StockChart.ts
 * Access items like: $stockchart.myVariable
 *                    $stockchart.myFunction()
 * --------------------------------------------------------
 */
import * as $stockchart from "@amcharts/amcharts5/StockChart";

Variables

StockChart does not have any variables.

Functions

registerClass(

name: string,
ref: any

)

#

Returns void

Registers a custom class so that objects (e.g. indicators) using it can be serialized and restored later.

@since 5.7.2