例子:

Chart控件,鼠标选择区域,可以局部放大缩小

 

 

代码设置部分:

chartArea1.CursorX.Interval = 0D;
chartArea1.CursorX.IntervalOffsetType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Minutes;
chartArea1.CursorX.IsUserEnabled = true;
chartArea1.CursorX.IsUserSelectionEnabled = true;
控件上设置:

Chart控件,鼠标选择区域,可以局部放大缩小

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-26
  • 2023-03-18
  • 2021-12-16
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案