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\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\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\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\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,