Home > @visualization-tools/cartesian-2d > ICartesian2dTraceEntityConnector
Trace provider for cartesian 2d. Update should be called every time the data range changes.
Signature:
export interface ICartesian2dTraceEntityConnector<TArray extends TTypedArray>
| Property | Type | Description |
|---|---|---|
| dataRange | IReadonlyRange2d<TArray> |
| Method | Description |
|---|---|
| getTraceCount() | |
| getXTick(index) | |
| getXTraceCount() | |
| getYTick(index) | |
| getYTraceCount() | |
| update(dataRange) |