interface LinkMemberOptions {
    onSymbol?: (symbol: string, chart: LinkChart) => void;
    symbol?: string;
}

Properties

Properties

onSymbol?: (symbol: string, chart: LinkChart) => void

Load symbol into this chart. The group calls it; the host does the work (fetch bars, series.setData). Omit to make the member symbol-read-only: it still broadcasts its own changes, it just never follows anyone else's.

symbol?: string

The instrument this chart is showing right now, if the host tracks one.