visualization-tools

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

ChartDataEntity.(constructor)

Constructs a new instance of the ChartDataEntity class

Signature:

constructor(data: TConnector, graphicsSettings: TGcSettings, changeIdFactory: IIdentifierFactory, beforeUpdate?: (updateArg: TUpdateArg) => void);

Parameters

Parameter Type Description
data TConnector  
graphicsSettings TGcSettings  
changeIdFactory IIdentifierFactory  
beforeUpdate (updateArg: TUpdateArg) => void