30 references to Widen
System.Web.DataVisualization (15)
Common\Annotation\CalloutAnnotation.cs (2)
1576 linePath.Widen(new Pen(Color.Black, this.LineWidth + 2)); 1630 linePath.Widen(new Pen(Color.Black, this.LineWidth + 2));
Common\Annotation\LineAnnotation.cs (1)
686path.Widen(pen);
Common\Annotation\PolygonAnnotation.cs (1)
755selectionPath.Widen(pen);
Common\ChartTypes\AreaChart.cs (1)
554mapAreaPath.Widen(new Pen(pointColor, pointBorderWidth + 2));
Common\ChartTypes\KagiChart.cs (1)
595path.Widen(new Pen(point.Color, point.BorderWidth + 2));
Common\ChartTypes\LineChart.cs (1)
928path.Widen(new Pen(point.Color, pointBorderWidth + 2));
Common\ChartTypes\RadarChart.cs (1)
909 linePath.Widen(new Pen(Color.Black, borderWidth + 2));
Common\ChartTypes\RangeChart.cs (1)
1776 resultPath.Widen(thickBorderPen);
Common\ChartTypes\StackedAreaChart.cs (1)
726linePath.Widen(new Pen(point.Color, point.BorderWidth + 2));
Common\ChartTypes\StepLineChart.cs (2)
136path.Widen(new Pen(point.Color, point.BorderWidth + 2)); 172 path.Widen(new Pen(point.Color, point.BorderWidth + 2));
Common\General\Axis.cs (2)
2094path.Widen(pen); 2197path.Widen(circlePen);
Common\General\ChartGraphics3D.cs (1)
2422 resultPath.Widen(thickBorderPen);
System.Windows.Forms.DataVisualization (15)
Common\Annotation\CalloutAnnotation.cs (2)
1576 linePath.Widen(new Pen(Color.Black, this.LineWidth + 2)); 1630 linePath.Widen(new Pen(Color.Black, this.LineWidth + 2));
Common\Annotation\LineAnnotation.cs (1)
686path.Widen(pen);
Common\Annotation\PolygonAnnotation.cs (1)
755selectionPath.Widen(pen);
Common\ChartTypes\AreaChart.cs (1)
554mapAreaPath.Widen(new Pen(pointColor, pointBorderWidth + 2));
Common\ChartTypes\KagiChart.cs (1)
595path.Widen(new Pen(point.Color, point.BorderWidth + 2));
Common\ChartTypes\LineChart.cs (1)
928path.Widen(new Pen(point.Color, pointBorderWidth + 2));
Common\ChartTypes\RadarChart.cs (1)
909 linePath.Widen(new Pen(Color.Black, borderWidth + 2));
Common\ChartTypes\RangeChart.cs (1)
1776 resultPath.Widen(thickBorderPen);
Common\ChartTypes\StackedAreaChart.cs (1)
726linePath.Widen(new Pen(point.Color, point.BorderWidth + 2));
Common\ChartTypes\StepLineChart.cs (2)
136path.Widen(new Pen(point.Color, point.BorderWidth + 2)); 172 path.Widen(new Pen(point.Color, point.BorderWidth + 2));
Common\General\Axis.cs (2)
2094path.Widen(pen); 2197path.Widen(circlePen);
Common\General\ChartGraphics3D.cs (1)
2422 resultPath.Widen(thickBorderPen);