c# - Zooming of specific area in chart of win form -


i have win form application in c# contain system.windows.forms.datavisualization.charting.chart.

i want zoom particular area or datapoint in chartdisplay area.

note: zooming of area in chart, not whole chart zooming.

have chart selected. in properties window, select chartareas. in chartarea collection editor, select (in right properties view) cursor. cursorx, set these properties true: isuserenabled , isuserselection. repeat cursory. close windows , run youur app. can zoom in chart area.


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

Android Capture Image From Camera -

Define custom list-style-type in CSS -