I have Win form application in C# which contain System.Windows.Forms.DataVisualization.Charting.Chart.
I want to zoom particular area or Datapoint in ChartDisplay area.
Note: Zooming of area in chart, not whole chart zooming.
I have Win form application in C# which contain System.Windows.Forms.DataVisualization.Charting.Chart.
I want to zoom particular area or Datapoint in ChartDisplay area.
Note: Zooming of area in chart, not whole chart zooming.
Copyright © 2021 Jogjafile Inc.
Have chart selected. In properties window, select
ChartAreas. In ChartArea Collection editor, select (in the right properties view)Cursor. ForCursorX, set these properties to true:IsUserEnabledandIsUserSelection. Repeat forCursorY.Close the windows and run youur app. Now you can zoom in the chart area.