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?