2025-06-18 5:26 AM
Hello,
is it possible to create a dotted line using Canvas Widget line?
Thanks
2025-06-23 5:36 AM
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,