4 references to maxGDIRange
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\LineChart.cs (4)
968return point.X <= -maxGDIRange || point.X >= maxGDIRange || point.Y <= -maxGDIRange || point.Y >= maxGDIRange;