2 writes to BorderWidth
System.Web.DataVisualization (2)
Common\ChartTypes\RenkoChart.cs (1)
495 newDataPoint.BorderWidth = 1;
Common\ChartTypes\ThreeLineBreakChart.cs (1)
473 newDataPoint.BorderWidth = 1;
101 references to BorderWidth
System.Web.DataVisualization (101)
Common\ChartTypes\AreaChart.cs (7)
313int pointBorderWidth = point.BorderWidth; 1274 topColor, topBorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 1301 bottomColor, bottomBorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 1331 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 1360 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 1397 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth, 1454 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth,
Common\ChartTypes\BarChart.cs (2)
624 point.BorderWidth, 1559 point.BorderWidth,
Common\ChartTypes\BoxPlotChart.cs (9)
417 point.BorderWidth, 427 point.BorderWidth, 450 point.BorderWidth, 482 SizeF relBorderWidth = graph.GetRelativeSize(new SizeF(point.BorderWidth, point.BorderWidth)); 782 point.BorderWidth, 1205 point.BorderWidth, 1215 point.BorderWidth, 1238 point.BorderWidth,
Common\ChartTypes\BubbleChart.cs (1)
151 return point.series.BorderWidth;
Common\ChartTypes\ColumnChart.cs (2)
605 point.BorderWidth, 880 point.BorderWidth,
Common\ChartTypes\ErrorBarChart.cs (3)
570 point.BorderWidth, 843 point.BorderWidth, 1327 point.BorderWidth,
Common\ChartTypes\FastLineChart.cs (2)
311 Pen linePen = new Pen(series.Color, series.BorderWidth); 317 Pen emptyLinePen = new Pen(series.EmptyPointStyle.Color, series.EmptyPointStyle.BorderWidth);
Common\ChartTypes\FunnelChart.cs (9)
737 point.BorderWidth, 801 point.BorderWidth, 850 point.BorderWidth, 900 point.BorderWidth, 1194 Pen pen = new Pen(point.BorderColor, point.BorderWidth); 1196 if(point.BorderWidth == 0 || 1226 point.BorderWidth, 1275 point.BorderWidth, 1324 point.BorderWidth,
Common\ChartTypes\KagiChart.cs (8)
555 graph.DrawLineRel( lineColor, point.BorderWidth, point.BorderDashStyle, 563 graph.DrawLineRel( lineColor, point.BorderWidth, point.BorderDashStyle, 570 graph.DrawLineRel( lineColor, point.BorderWidth, point.BorderDashStyle, 581 graph.DrawLineRel( lineColor, point.BorderWidth, point.BorderDashStyle, 595path.Widen(new Pen(point.Color, point.BorderWidth + 2)); 881 pointAttr.dataPoint.BorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 899 pointAttr.dataPoint.BorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 925 pointAttr.dataPoint.BorderColor, pointAttr.dataPoint.BorderWidth, dashStyle,
Common\ChartTypes\LineChart.cs (3)
738 int pointBorderWidth = point.BorderWidth; 1059 graph.DrawLineRel( point.Color, point.BorderWidth, point.BorderDashStyle, firstPoint, secondPoint, series.ShadowColor, series.ShadowOffset ); 1552 pointAttr.dataPoint.BorderWidth,
Common\ChartTypes\PieChart.cs (7)
947 point.BorderWidth, 974 point.BorderWidth, 1323 graph.DrawLineRel( pieLineColor, point.BorderWidth, ChartDashStyle.Solid, new PointF( x1, y1 ), new PointF( x2, y2 ) ); 1380graph.DrawLineRel(pieLineColor, point.BorderWidth, ChartDashStyle.Solid, new PointF(x2, y2), new PointF(x3Overlap, calculatedY3)); 1384graph.DrawLineRel(pieLineColor, point.BorderWidth, ChartDashStyle.Solid, new PointF(x2, y2), new PointF(x3, y3)); 2713 Pen pen = new Pen(penColor, point.BorderWidth); 2727 Pen penCurve = new Pen(penCurveColor, point.BorderWidth);
Common\ChartTypes\PointAndFigureChart.cs (7)
825 int spacing = 1 + point.BorderWidth / 2; 840 point.BorderWidth, 846 point.BorderWidth, 855 point.BorderWidth, 861 point.BorderWidth, 872 new Pen(ser.ShadowColor, point.BorderWidth), 881 new Pen(point.Color, point.BorderWidth),
Common\ChartTypes\RadarChart.cs (2)
437 int borderWidth = pointAttributes.BorderWidth; 536 int borderWidth = pointAttributes.BorderWidth;
Common\ChartTypes\RangeChart.cs (7)
647 if((point.BorderWidth > 0 && 1270 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 1291 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 1316 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 1341 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 1364 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth, 1422 surfaceColor, surfaceBorderColor, pointAttr.dataPoint.BorderWidth,
Common\ChartTypes\RenkoChart.cs (1)
493 if(newDataPoint.BorderWidth < 1)
Common\ChartTypes\StackedAreaChart.cs (4)
637if ((point.BorderColor != Color.Empty && point.BorderWidth > 0)) 716if (point.BorderWidth > 1 && point.BorderDashStyle != ChartDashStyle.NotSet && point.BorderColor != Color.Empty) 726linePath.Widen(new Pen(point.Color, point.BorderWidth + 2)); 891 graph.DrawLineRel(point.BorderColor, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(firstPoint), graph.GetRelativePoint(secondPoint), point.series.ShadowColor, point.series.ShadowOffset );
Common\ChartTypes\StackedBarChart.cs (2)
904 point.BorderWidth, 1656 point.BorderWidth,
Common\ChartTypes\StackedColumnChart.cs (2)
922 point.BorderWidth, 1695 point.BorderWidth,
Common\ChartTypes\StepLineChart.cs (8)
123 graph.DrawLineRel( point.Color, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(point1), graph.GetRelativePoint(point2), series.ShadowColor, series.ShadowOffset ); 124 graph.DrawLineRel( point.Color, point.BorderWidth, point.BorderDashStyle, graph.GetRelativePoint(point2), graph.GetRelativePoint(point3), series.ShadowColor, series.ShadowOffset ); 136path.Widen(new Pen(point.Color, point.BorderWidth + 2)); 172 path.Widen(new Pen(point.Color, point.BorderWidth + 2)); 328 pointAttr.dataPoint.BorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 342 pointAttr.dataPoint.BorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 358 pointAttr.dataPoint.BorderColor, pointAttr.dataPoint.BorderWidth, dashStyle, 372 pointAttr.dataPoint.BorderColor, pointAttr.dataPoint.BorderWidth, dashStyle,
Common\ChartTypes\StockChart.cs (10)
441 point.BorderWidth, 825 point.BorderWidth, 833 graph.DrawLineRel(barBorderColor, point.BorderWidth, point.BorderDashStyle, 891 graph.DrawLineRel(point.Color, point.BorderWidth, point.BorderDashStyle, 903 graph.DrawLineRel(point.Color, point.BorderWidth, point.BorderDashStyle, 1253 point.BorderWidth, 1655 point.BorderWidth, 1663 graph.DrawLineRel(barBorderColor, point.BorderWidth, point.BorderDashStyle, 1738 graph.DrawLineRel(point.Color, point.BorderWidth, point.BorderDashStyle, 1756 graph.DrawLineRel(point.Color, point.BorderWidth, point.BorderDashStyle,
Common\ChartTypes\ThreeLineBreakChart.cs (1)
471 if(newDataPoint.BorderWidth < 1)
Common\General\ChartGraphics3D.cs (3)
766point.BorderWidth > 0 && 894point.BorderWidth > 0 && 1032point.BorderWidth > 0 &&
Common\General\Legend.cs (1)
6197 borderWidth = properties.BorderWidth;