visualization-tools

Home > @visualization-tools/cartesian-2d > CanvasCartesian2dAxisLabelGraphicsComponent > update

CanvasCartesian2dAxisLabelGraphicsComponent.update() method

Signature:

update(entity: TAxisLabelEntity<Float64Array>, componentRenderer: ICanvasComponentRenderer, updateArg: ICartesian2dUpdateArg<Float64Array>): void;

Parameters

Parameter Type Description
entity TAxisLabelEntity<Float64Array>  
componentRenderer ICanvasComponentRenderer  
updateArg ICartesian2dUpdateArg<Float64Array>  

Returns:

void