1 write to borderColor
System.Windows.Forms.DataVisualization (1)
Common\General\GridTickMarks.cs (1)
1931 borderColor = value;
13 references to borderColor
System.Windows.Forms.DataVisualization (13)
Common\General\GridTickMarks.cs (13)
532 graph.DrawLineRel( borderColor, borderWidth, borderDashStyle, first, second ); 765 graph.DrawLineRel( borderColor, borderWidth, borderDashStyle, first, second ); 982 borderColor, borderWidth, borderDashStyle, 998 borderColor, borderWidth, borderDashStyle, 1492 graph.Draw3DGridLine(this._axis.ChartArea, borderColor, borderWidth, borderDashStyle, first, second, ( _axis.AxisPosition == AxisPosition.Left || _axis.AxisPosition == AxisPosition.Right ), common, this ); 1523 _axis.DrawCircularLine( this, graph, borderColor, borderWidth, borderDashStyle, first.Y ); 1530 _axis.DrawRadialLine( this, graph, borderColor, borderWidth, borderDashStyle, current ); 1536 graph.DrawLineRel( borderColor, borderWidth, borderDashStyle, first, second ); 1540 graph.Draw3DGridLine( this._axis.ChartArea, borderColor, borderWidth, borderDashStyle, first, second, ( _axis.AxisPosition == AxisPosition.Left || _axis.AxisPosition == AxisPosition.Right ), _axis.Common, this ); 1611 graph.Draw3DGridLine(this._axis.ChartArea, borderColor, borderWidth, borderDashStyle, first, second, ( _axis.AxisPosition == AxisPosition.Left || _axis.AxisPosition == AxisPosition.Right ), common, this ); 1619 graph.DrawLineRel( borderColor, borderWidth, borderDashStyle, first, second ); 1623 graph.Draw3DGridLine(this._axis.ChartArea, borderColor, borderWidth, borderDashStyle, first, second, ( _axis.AxisPosition == AxisPosition.Left || _axis.AxisPosition == AxisPosition.Right ), _axis.Common, this ); 1927 return borderColor;