3 writes to _markerBorderWidth
System.Web.DataVisualization (3)
Common\General\Legend.cs (3)
5628 this._markerBorderWidth = value; 6207 this._markerBorderWidth = properties.MarkerBorderWidth; 6218this._markerBorderWidth = maxBorderWidth;
2 references to _markerBorderWidth
System.Web.DataVisualization (2)
Common\General\Legend.cs (2)
5620 return this._markerBorderWidth; 6216if (this._markerBorderWidth > maxBorderWidth)