1 write to Angle
System.Web.DataVisualization (1)
Common\General\Label.cs (1)
2861 this.Angle = 0;
12 references to Angle
System.Web.DataVisualization (12)
Common\General\Axis.cs (9)
1580int currentAngle = labelStyle.Angle; 1583if (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; 5630float angle = (autoLabelAngle < -90) ? this.LabelStyle.Angle : autoLabelAngle;
Common\General\Label.cs (3)
2859 if(value && (this.Angle != 0 || this.Angle != -90 || this.Angle != 90))