visualization-tools

Home > @visualization-tools/core > IReadonlyPlot

IReadonlyPlot interface

Non-mutative methods of a plot.

Signature:

export interface IReadonlyPlot<TPlotRange extends IPlotRange, TRequiredTraits> 

Properties

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>>  

Methods

Method Description
clearInteractionHandler()  
getEntitiesInGroup(group)  
getInteractionHandler()  
setInteractionHandler(interactionHandler, getTargetProviders, initialStateProvider)