Hi, I'm using a radzen chart in a Blazor project and I need to rotate the labels along the X axis (RadzenCategoryAxis), I found a ready-made solution Blazor Chart Component - Label Rotation | Free UI Components by Radzen, but unfortunately when I try to use the LabelAutoRotation property, an error pops up that such a property is not found (library version 5.5.2), tell me what could be the problem?
Hi @Golart,
This feature was introduced with Radzen.Blazor 5.5.0 so it is present in 5.5.2. Make sure you are setting the property at the right place and that there isn't any caching applied (you can clean your solution, delete the bin and obj directories etc.)