Home > @visualization-tools/core > IPlotConstructionOptions > createUpdateStrategy
Signature:
createUpdateStrategy(plot: IReadonlyPlot<TPlotRange, TRequiredTraits>, updateGroup: TUpdateGroup): IPlotUpdateStrategy<TUpdateGroup>;
| Parameter | Type | Description |
|---|---|---|
| plot | IReadonlyPlot<TPlotRange, TRequiredTraits> | |
| updateGroup | TUpdateGroup |
Returns:
IPlotUpdateStrategy<TUpdateGroup>