Home > @visualization-tools/cartesian-2d > Cartesian2dInteractionHandler > (constructor)
Constructs a new instance of the Cartesian2dInteractionHandler class
Signature:
constructor(chart: IChartComponent<TUnknownRenderer>, plot: IPlot<ICartesian2dPlotRange<TTypedArray>, unknown>, listeners: Partial<IInteractionStateChangeCallbacks<TTraits>>);
| Parameter | Type | Description |
|---|---|---|
| chart | IChartComponent<TUnknownRenderer> | |
| plot | IPlot<ICartesian2dPlotRange<TTypedArray>, unknown> | |
| listeners | Partial<IInteractionStateChangeCallbacks<TTraits>> |