Home > @visualization-tools/core > IReadonlyPlot
Non-mutative methods of a plot.
Signature:
export interface IReadonlyPlot<TPlotRange extends IPlotRange, TRequiredTraits>
| Property | Type | Description |
|---|---|---|
| attachPoint | IGraphAttachPoint | |
| changeIdFactory | IIdentifierFactory | |
| eventService | IEventService | |
| plotDimensionsOBL | IPlotDimensions | Origin bottom left (OBL). |
| plotDimensionsOTL | IPlotDimensions | Origin top left (OTL). |
| plotName | string | null | |
| plotRange | Readonly<TPlotRange> | |
| updateStrategy | IPlotUpdateStrategy<IEntityGroup<unknown, TRequiredTraits>> |
| Method | Description |
|---|---|
| clearInteractionHandler() | |
| getEntitiesInGroup(group) | |
| getInteractionHandler() | |
| setInteractionHandler(interactionHandler, getTargetProviders, initialStateProvider) |