10 references to BorderWidth
System.Web.DataVisualization (10)
Common\General\AxisScaleSegments.cs (4)
713 breakPosition.X -= this.axis.ChartArea.BorderWidth; 714 breakPosition.Width += 2 * this.axis.ChartArea.BorderWidth; 719 breakPosition.Y -= this.axis.ChartArea.BorderWidth; 720 breakPosition.Height += 2 * this.axis.ChartArea.BorderWidth;
Common\General\ChartArea.cs (3)
2026 (requireAxes) ? 0 : BorderWidth, 2046 if(BorderColor != Color.Empty && BorderWidth > 0) 2058 BorderWidth,
Common\General\ChartArea3D.cs (3)
742 chartArea.BorderWidth, 762 chartArea.BorderWidth, 787 chartArea.BorderWidth,