2 writes to markerBorderColor
System.Windows.Forms.DataVisualization (2)
Common\DataManager\DataPoint.cs (2)
4566 series.markerBorderColor = value; 6585 series.markerBorderColor = Color.Empty;
3 references to markerBorderColor
System.Windows.Forms.DataVisualization (3)
Common\DataManager\DataPoint.cs (3)
4552return series.markerBorderColor; 4558 return series.markerBorderColor; 6112 return series.markerBorderColor != Color.Empty;