Skip to main content
Associate II
June 18, 2025
Question

CanvasWidget line -> create dashed line

  • June 18, 2025
  • 1 reply
  • 193 views

Hello,
is it possible to create a dotted line using Canvas Widget line?
Thanks

1 reply

GaetanGodart
Technical Moderator
June 23, 2025

Hello @AndreaTW ,

 

It is not directly possible to create a dotted line using the standard Canvas Widget Line in TouchGFX
However, you can achieve this by creating a custom Canvas Widget and implementing your own drawing logic using the Canvas Widget Renderer API.

 

Regards,