Interface PrimitivePlacement

Passed to addPrimitive instead of a pane index to anchor to the chart.

interface PrimitivePlacement {
    anchor: PrimitiveAnchor;
}

Properties

Properties