1 write to Angle
System.Windows.Forms.DataVisualization (1)
Common\General\Label.cs (1)
2861
this.
Angle
= 0;
12 references to Angle
System.Windows.Forms.DataVisualization (12)
Common\General\Axis.cs (9)
1580
int currentAngle = labelStyle.
Angle
;
1583
if (labelStyle.
Angle
== 0)
3662
(this.LabelStyle.
Angle
== 90 || this.LabelStyle.
Angle
== -90) )
3667
(this.LabelStyle.
Angle
== 180 || this.LabelStyle.
Angle
== 0) )
3684
this.autoLabelAngle = this.LabelStyle.
Angle
;
5037
this.autoLabelAngle = this.LabelStyle.
Angle
;
5630
float angle = (autoLabelAngle < -90) ? this.LabelStyle.
Angle
: autoLabelAngle;
Common\General\Label.cs (3)
2859
if(value && (this.
Angle
!= 0 || this.
Angle
!= -90 || this.
Angle
!= 90))