4 writes to angle
System.Windows.Forms.DataVisualization (4)
Common\General\Axis.cs (3)
1587
labelStyle.
angle
= -90;
1591
labelStyle.
angle
= 90;
1599
labelStyle.
angle
= currentAngle;
Common\General\Label.cs (1)
2832
angle
= value;
3 references to angle
System.Windows.Forms.DataVisualization (3)
Common\General\Label.cs (3)
1785
(_axis.autoLabelAngle < -90) ?
angle
: _axis.autoLabelAngle,
2411
int labelsFontAngle = (_axis.autoLabelAngle < -90) ?
angle
: _axis.autoLabelAngle;
2808
return
angle
;