Home > @visualization-tools/cartesian-2d > Cartesian2dPlotRange > (constructor)
Constructs a new instance of the Cartesian2dPlotRange class
Signature:
protected constructor(maxBounds: Range2d<TArray>, dataRange: Range2d<TArray>, maxZoom: number, interactionBounder: ICartesian2dInteractionBounder<TArray>, userTransform: ICartesian2dUserTransform);
| Parameter | Type | Description |
|---|---|---|
| maxBounds | Range2d<TArray> | |
| dataRange | Range2d<TArray> | |
| maxZoom | number | |
| interactionBounder | ICartesian2dInteractionBounder<TArray> | |
| userTransform | ICartesian2dUserTransform |