When I load a chart, I only allow user see this chart.User can't delete or move element. How to implement this function?
thanks
Leo
You can use the diagram control to create a read only model (Model inherits from Diagram). If you need this to be temporary, set the Shape.AllowMove, Shape.AllowSize, Line.AllowMove properties to false.