Class: ChartComponent

StockChartX. ChartComponent


<abstract> new ChartComponent()

Represents abstract chart component on the chart.

Extends

Members


<readonly> chart :StockChartX.Chart

The parent chart.
Type:

Methods


destroy()

Destroys and removes control from the parent element.
Inherited From:

draw()

Draws component.

loadState(state)

Loads component state.
Parameters:
Name Type Description
state Object The state
See:

saveState()

Saves component state.
See:
Returns:
Type
Object