The slice of a pane the controller reads. Declared structurally, like ReplayViewport, so nothing here depends on Pane beyond the two members that decide where a comparison can go.

interface ComparisonPane {
    priceScale: PriceScale;
    series(): readonly { scaleId: string }[];
}

Properties

Methods

Properties

priceScale: PriceScale

Methods