Home > @visualization-tools/core > IPlotConstructionOptions
Signature:
export interface IPlotConstructionOptions<TPlotRange extends IPlotRange, TUpdateGroup extends IEntityGroup<unknown, TRequiredTraits>, TRequiredTraits>
| Property | Type | Description |
|---|---|---|
| plotName? | string | (Optional) Debug identifier. |
| plotPosition | TF32Range2d | Position of the plot on the canvas in clip space. |
| plotRange | TPlotRange | |
| updateGroup | TUpdateGroup |
| Method | Description |
|---|---|
| createUpdateStrategy(plot, updateGroup) |