Question

I use ilnumerics library by math's graph drawing. After using of "zoom in", "zoom out" features, there is no possibility to return graph in initial state (only not elegant way, in my opinion, to redraw it). I used methods like "PerformAutoScale", also I tried to refresh Panel and Scene objects, but I didn't achieve the necessary result. Also, I was searching "scene" object properties that may be charge of scaling, but didn't find it too. Are there any way to decide it?

Était-ce utile?

La solution

Try:

scene.First<ILPlotCube>().Reset();

Alternatively, you may double click on the plot. This does also reset the scene to the initial state.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top