| Bug ID Number |
BUG-000139786 |
| Submitted | May 10, 2021 |
| Last Modified | May 29, 2025 |
| Applies to | ArcGIS Runtime SDK |
| Version found | 100.11 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The issue is reported as designed. Label placement and angle follow some rules. If the textLayout is straight or perpendicular, then the label will be positioned and oriented using the (placementPosition or labelAngle) + featureSymbol.angle.
So if the default labelPlacement is AboveRight, then the rotation angle of 55 degrees is added or removed from that.
For this particular bug, please add 'textLayout':'straight' to label json. This will allow angles to be honored by labels in a point layer.
Workaround
Add 'textLayout':'straight' to the label JSON. This property enables an angle to be applied to labels in a point layer.
Steps to Reproduce