visualization-tools

Home > @visualization-tools/core > GraphAttachPoint > (constructor)

GraphAttachPoint.(constructor)

Constructs a new instance of the GraphAttachPoint class

Signature:

constructor(attachPointProvider: IGraphAttachPointProvider, chartEventService: IEventService, chartConfig: IChartConfig, $window?: Window);

Parameters

Parameter Type Description
attachPointProvider IGraphAttachPointProvider  
chartEventService IEventService  
chartConfig IChartConfig  
$window Window