2 writes to BorderColor
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\RenkoChart.cs (1)
504 newDataPoint.BorderColor = series.Color;
Common\ChartTypes\ThreeLineBreakChart.cs (1)
482 newDataPoint.BorderColor = series.Color;
77 references to BorderColor
System.Windows.Forms.DataVisualization (77)
Common\ChartTypes\AreaChart.cs (3)
312Color pointBorderColor = point.BorderColor; 959 Color color = (useBorderColor) ? pointAttr.dataPoint.BorderColor : pointAttr.dataPoint.Color; 1230 Color surfaceBorderColor = pointAttr.dataPoint.BorderColor;
Common\ChartTypes\BarChart.cs (2)
623 point.BorderColor, 1558 point.BorderColor,
Common\ChartTypes\BoxPlotChart.cs (7)
405 Color lineColor = point.BorderColor; 449 point.BorderColor, 483 if(point.BorderColor == Color.Empty) 771 Color lineColor = point.BorderColor; 805 Color markerColor = (point.MarkerColor == Color.Empty) ? point.BorderColor : point.MarkerColor; 1193 Color lineColor = point.BorderColor; 1237 point.BorderColor,
Common\ChartTypes\ColumnChart.cs (3)
604 point.BorderColor, 879 point.BorderColor, 1146 (point.MarkerBorderColor == Color.Empty) ? point.BorderColor : point.MarkerBorderColor,
Common\ChartTypes\FunnelChart.cs (9)
736 (drawSegment) ? point.BorderColor : Color.Transparent, 800 (drawSegment) ? point.BorderColor : Color.Transparent, 849 (drawSegment) ? point.BorderColor : Color.Transparent, 899 (drawSegment) ? point.BorderColor : Color.Transparent, 1194 Pen pen = new Pen(point.BorderColor, point.BorderWidth); 1198 point.BorderColor == Color.Empty) 1225 (drawSegment) ? point.BorderColor : Color.Transparent, 1274 (drawSegment) ? point.BorderColor : Color.Transparent, 1323 (drawSegment) ? point.BorderColor : Color.Transparent,
Common\ChartTypes\KagiChart.cs (4)
744 Color color = (useBorderColor) ? pointAttr.dataPoint.BorderColor : pointAttr.dataPoint.Color; 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 (4)
748 Color color = (useBorderColor) ? point.BorderColor : point.Color; 756 Pen shadowPen = new Pen((series.ShadowColor.A != 255) ? series.ShadowColor : Color.FromArgb((useBorderColor) ? point.BorderColor.A/2 : point.Color.A/2, series.ShadowColor), pointBorderWidth); 1531 Color color = (useBorderColor) ? pointAttr.dataPoint.BorderColor : pointAttr.dataPoint.Color; 1551 pointAttr.dataPoint.BorderColor,
Common\ChartTypes\PieChart.cs (10)
924 if( !point.BorderColor.IsEmpty ) 926 if( point.BorderColor.A != 255 ) 927 shBorderColor = Color.FromArgb( point.BorderColor.A/2, point.series.ShadowColor ); 973 point.BorderColor, 1317 pieLineColor = point.BorderColor; 2695 if( point.BorderColor == Color.Empty && area.Area3DStyle.LightStyle == LightStyle.None ) 2699 else if( point.BorderColor == Color.Empty ) 2705 penColor = point.BorderColor; 2708 if( point.BorderColor != Color.Empty || area.Area3DStyle.LightStyle == LightStyle.None ) 2718 if( point.BorderColor == Color.Empty )
Common\ChartTypes\PointChart.cs (2)
487 (point.MarkerBorderColor == Color.Empty) ? point.BorderColor : point.MarkerBorderColor, 1229 (point.MarkerBorderColor == Color.Empty) ? point.BorderColor : point.MarkerBorderColor,
Common\ChartTypes\RadarChart.cs (2)
436 Color borderColor = pointAttributes.BorderColor; 535 Color borderColor = pointAttributes.BorderColor;
Common\ChartTypes\RangeChart.cs (3)
649 point.BorderColor != Color.Empty) || 940 Color color = (useBorderColor) ? pointAttr.dataPoint.BorderColor : pointAttr.dataPoint.Color; 1246 Color surfaceBorderColor = pointAttr.dataPoint.BorderColor;
Common\ChartTypes\RenkoChart.cs (2)
501 if( (newDataPoint.BorderColor == Color.Empty || newDataPoint.BorderColor == Color.Transparent) &&
Common\ChartTypes\StackedAreaChart.cs (3)
637if ((point.BorderColor != Color.Empty && point.BorderWidth > 0)) 716if (point.BorderWidth > 1 && point.BorderDashStyle != ChartDashStyle.NotSet && point.BorderColor != Color.Empty) 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)
903 point.BorderColor, 1655 point.BorderColor,
Common\ChartTypes\StackedColumnChart.cs (2)
921 point.BorderColor, 1694 point.BorderColor,
Common\ChartTypes\StepLineChart.cs (5)
282 Color color = (useBorderColor) ? pointAttr.dataPoint.BorderColor : pointAttr.dataPoint.Color; 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 (6)
565 (point.MarkerBorderColor == Color.Empty) ? point.BorderColor : point.MarkerBorderColor, 805 Color barBorderColor = (point.BorderColor == Color.Empty) ? (barColor == Color.Empty) ? point.Color : barColor : point.BorderColor; 1392 (point.MarkerBorderColor == Color.Empty) ? point.BorderColor : point.MarkerBorderColor, 1630 Color barBorderColor = (point.BorderColor == Color.Empty) ? (barColor == Color.Empty) ? point.Color : barColor : point.BorderColor;
Common\ChartTypes\ThreeLineBreakChart.cs (2)
479 if( (newDataPoint.BorderColor == Color.Empty || newDataPoint.BorderColor == Color.Transparent) &&
Common\General\ChartGraphics3D.cs (5)
765if (point.BorderColor != Color.Empty && 879if (area.Area3DStyle.LightStyle == LightStyle.Realistic && point.BorderColor == Color.Empty) 893if (point.BorderColor != Color.Empty && 1017if (area.Area3DStyle.LightStyle == LightStyle.Realistic && point.BorderColor == Color.Empty) 1031if (point.BorderColor != Color.Empty &&
Common\General\Legend.cs (1)
6196 borderColor = properties.BorderColor;