3 writes to markerBorderColor
System.Web.DataVisualization (3)
Common\General\Legend.cs (3)
5879 markerBorderColor = value; 6204 markerBorderColor = properties.MarkerBorderColor; 6223 markerBorderColor = Color.Transparent;
3 references to markerBorderColor
System.Web.DataVisualization (3)
Common\General\Legend.cs (1)
5875 return markerBorderColor;
Common\General\LegendColumns.cs (2)
2471 (legendItem.markerBorderColor == Color.Empty) ? legendItem.borderColor : legendItem.markerBorderColor,