Dear
I want to make custom annotations in PivotChart but it seems like there's no PivotChartAnnotation tags like in other plattforms:
https://help.syncfusion.com/uwp/pivot-chart/common/annotations
Hi Thinh,
Please find the response below.
Query |
Comments |
I want to make custom annotations in PivotChart but it seems like there's no PivotChartAnnotation tags like in other plattforms |
We regret to let you know that, currently we don’t have option to make annotations in Pivot Chart in the Blazor platform.
|
I can't draw stripe lines, like in attachments |
Sorry for the inconvenience. We were able reproduce the issue and are currently validating it with our internal chart team. We will provide further details within two business days (9th May 2023). |
Please let us know if you have any concerns.
With regards,
Rajeshkannah G
Hi Thinh,
Sorry for the inconvenience. We have considered the reported issue as a bug “StripLines not rendered properly in Pivot Chart”. And the fix for this issue will be available in our upcoming weekly release which is scheduled to be rolled out on May 23, 2023. You can track the same by using below link.
Feedback: https://www.syncfusion.com/feedback/43541/striplines-not-rendered-properly-in-pivot-chart
We appreciate your patience until then.
Regards,
Rajeshkannah G
Hi Thinh,
We are glad to announce that our weekly Release V21.2.6 is rolled out and the fix for the reported issue “StripLines not rendered properly in Pivot Chart” has been included in this release. Please refer the code example and screenshot attached below.
Code example:
<SfPivotView TValue="ProductDetails" Width="1200" Height="340" AllowCalculatedField="true" ShowFieldList="true"> // your code here
<PivotChartSettings Title="Sales Analysis"> <PivotChartSeries Type=ChartSeriesType.Column></PivotChartSeries> <PivotChartPrimaryYAxis> <PivotChartPrimaryYAxisStripLineSettings> <PivotChartPrimaryYAxisStripLineSetting ZIndex="PivotChartZIndex.Behind" Color="red" Start=100 End=200 Visible="true"></PivotChartPrimaryYAxisStripLineSetting> <PivotChartPrimaryYAxisStripLineSetting ZIndex="PivotChartZIndex.Behind" Color="blue" Start=200 End=300 Visible="true"></PivotChartPrimaryYAxisStripLineSetting> </PivotChartPrimaryYAxisStripLineSettings> </PivotChartPrimaryYAxis> </PivotChartSettings> </SfPivotView> |
Output screenshot:
Please let us know if you have any concerns.
Regards,
Rajeshkannah G