c# - How to make ASPX Chart zoomable -


i'm trying make system.windows.forms.datavisualization.charting aspx chart zoomable in c#.

in c# used this.diagramm.mousewheel += new mouseeventhandler(diagramm_mousewheel) , diagramm_mousemove(object sender, mouseeventargs e) not working aspx.

also tried isuserenabled it's not available. looked around enable-scrolling-on-the-microsoft-chart have not settings.

so how can zoom in , out on aspx chart? thanks!

or there alternatives?


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -