SfChart - stripline text rotation
Hi there,


rotation seems to be broken with the current release:
Cheers,
Volker
Volker
SIGN IN To post a reply.
3 Replies
1 reply marked as answer
SM
Srihari Muthukaruppan
Syncfusion Team
April 26, 2021 09:18 AM UTC
Hi Volker,
Based on the provided code snippet we have prepared a sample for stripline text rotation and it is working fine in the latest version of the chart 19.1.57. Hence we suggest you to upgrade the blazor nugget package to the latest version of the chart 19.1.57 to overcome the reported scenario. Please find the sample, code snippet and screenshot below for your reference.
Code Snippet:
|
// add your additional code here
<SfChart>
<ChartPrimaryXAxis ValueType="Syncfusion.Blazor.Charts.ValueType.Category">
<ChartStriplines>
<ChartStripline StartFromAxis="true" Size="4" ZIndex="ZIndex.Behind" Opacity="0.5" Color="green" Text="Good"
HorizontalAlignment="Anchor.Middle" VerticalAlignment="Anchor.Middle" Rotation="90">
<ChartStriplineTextStyle Size="15px" />
</ChartStripline>
</ChartStriplines>
</ChartPrimaryXAxis>
<ChartSeriesCollection>
<ChartSeries Type="ChartSeriesType.Column" DataSource="@WeatherReports" XName="X" YName="Y">
</ChartSeries>
</ChartSeriesCollection>
</SfChart>
// add your additional code here |
Screenshot:
If you still face this issue. kindly revert us with the following information which will be more helpful for further analysis and provide you the solution sooner.
- Try to reproduce the reported scenario in the provided sample. (or)
- Share the nugget version used in the project for testing.
Regards,
Srihari M
Marked as answer
VO
Volker
April 26, 2021 11:26 AM UTC
Hi Srihari,



thank you for your quick answer.
I'm sorry to inform you that the text in your sample is not rotated, either.

Cheers,
Volker
Volker
SM
Srihari Muthukaruppan
Syncfusion Team
April 27, 2021 12:56 PM UTC
Hi Volker,
We have created a new incident under your Direct trac account to follow up with this query. We suggest you to follow up with the incident for further updates. Please log in using the below link.
Regards,
Srihari M
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
- Marked answer
-
VO Volker
- Apr 24, 2021 08:42 AM UTC
- Apr 27, 2021 12:56 PM UTC