Home > composition-plot > QuaternaryShellPlot > broadCast
Broadcast a function call on each BasePlot held by this Quaternary plot
Signature:
broadCast(fn: (plot: BasePlot) => void): void;
Parameter | Type | Description |
---|---|---|
fn | (plot: BasePlot) => void | The function that will be invoked for each plot |
Returns:
void