We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to make custom annotations in PivotChart?

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




4 Replies

TH Thinh May 4, 2023 10:17 AM UTC

And I can't draw stripe lines, like in attachments


Attachment: SyncfusionPivotTable_3e46fde6.rar


RG Rajeshkannah G Syncfusion Team May 5, 2023 02:43 PM UTC

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




RG Rajeshkannah G Syncfusion Team May 9, 2023 02:10 PM UTC

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



AP AngelinFaithSheeba PaulvannanRajadurai Syncfusion Team May 23, 2023 03:20 PM UTC

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


Attachment: PivotTable_bc3e6faa.zip

Loader.
Up arrow icon