Class: ChartPanelSplitter

StockChartX. ChartPanelSplitter


new ChartPanelSplitter()

Represents splitter between two chart panels.

Members


<readonly> bottomPanel :StockChartX.ChartPanel

The bottom chart panel.
Type:

<readonly> chart :StockChartX.Chart

Returns parent chart.
Type:

<readonly> topPanel :StockChartX.ChartPanel

The chart panel.
Type:

Methods


move(offset)

Moves splitter onto a given offset.
Parameters:
Name Type Description
offset Number The offset in pixels.
Returns:
True if move was applied, otherwise false.