1 write to borderDashStyle
System.Web.DataVisualization (1)
Common\General\GridTickMarks.cs (1)
1956
borderDashStyle
= value;
13 references to borderDashStyle
System.Web.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 );
1952
return
borderDashStyle
;