4 writes to angle
System.Windows.Forms.DataVisualization (4)
Common\General\Axis.cs (3)
1587labelStyle.angle = -90; 1591labelStyle.angle = 90; 1599labelStyle.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, 2411int labelsFontAngle = (_axis.autoLabelAngle < -90) ? angle : _axis.autoLabelAngle; 2808 return angle;