Label size after zooming

Hello!

I faced with a problem. I create graph with labels and after that zoom it with GoView.RescaleWithCenter() method. After that not only nodes but also labels zoom too.
Is it possible to zoom only vertexes and keep labels font size? Huge labels laying on each other are very inconvenient.

Thank you in advance!

Scaling is scaling. everything is scaled.

GoView has a PropertyChanged Event for “DocScale”. You could catch that event and resize all the text items by changing FontSize appropriately.