kirsan31 / winforms-datavisualization

System.Windows.Forms.DataVisualization provides charting for WinForms applications.
MIT License
47 stars 19 forks source link

FastLine empty point + zoom drawing bug #49

Closed kirsan31 closed 11 months ago

kirsan31 commented 11 months ago

Fast line chart draw fake line if theses conditions are met:

  1. Previous point is empty.
  2. Chart zoomed, and zoomed view not include this empty point (empty point is out of view). image