1 write to _lineWidth
System.Web.DataVisualization (1)
Common\General\Axis.cs (1)
1122
_lineWidth
= value;
12 references to _lineWidth
System.Web.DataVisualization (12)
Common\General\Axis.cs (12)
1114
return
_lineWidth
;
2548
graph.DrawLineRel(_lineColor,
_lineWidth
, _lineDashStyle, first, second);
2583
graph.DrawArrowRel(arrowPosition, arrowOrientation, _arrowStyle, _lineColor,
_lineWidth
, _lineDashStyle, opositeAxis.majorTickMark.Size,
_lineWidth
);
2799
_lineColor,
_lineWidth
, _lineDashStyle,
2829
_lineColor,
_lineWidth
, _lineDashStyle,
2860
_lineColor,
_lineWidth
, _lineDashStyle,
2892
_lineColor,
_lineWidth
, _lineDashStyle,
6208
size =
_lineWidth
;
6209
sizeOpposite = (double)(
_lineWidth
) * Common.Width / Common.Height;
6213
size = (double)(
_lineWidth
) * Common.Width / Common.Height;
6214
sizeOpposite =
_lineWidth
;