2 references to MarkerBorderWidth
System.Windows.Forms.DataVisualization (2)
Common\General\LegendColumns.cs (2)
2411
int markerBorderWidth = (legendItem.
MarkerBorderWidth
> maxBorderWidth) ? maxBorderWidth : legendItem.
MarkerBorderWidth
;