I want my Bar Chart Data Lables to be rendered in pdf at exact location as my word template

I want my Bar Chart Data Lables to be rendered in pdf at exact location as my word template but in generated pdf data lables are not coming on exact location as in template.
Please find the attached template docx.BarChart.docx (33.4 KB)
Json :

{
        "ChartData": [
            {
                "Chart": [
                    {
                        "Data": 40,
                        "Name": "First Lable"
                    },
                    {
                        "Data": 10,
                        "Name": "Second Lable"
                    },
                    {
                        "Data": 70,
                        "Name": "ThirdLable"
                    }
                ]
            },
            {
                "Chart": [
                    {
                        "Data": 30,
                        "Name": "First Lable"
                    },
                    {
                        "Data": 20,
                        "Name": "Second Lable"
                    },
                    {
                        "Data": 80,
                        "Name": "ThirdLable"
                    }
                ]
            },
            {
                "Chart": [
                    {
                        "Data": 40,
                        "Name": "First Lable"
                    },
                    {
                        "Data": 30,
                        "Name": "Second Lable"
                    },
                    {
                        "Data": 90,
                        "Name": "ThirdLable"
                    }
                ]
            }
        ],
        "f":"f"
    }

@satyam8081
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25667

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like

Wanted to check any update on this issue

@satyam8081 The issue is currently in the queue for analysis. Once analysis is done we will be able to provide you more information.

We have to finalize Aspose.words for our project, As we have very limited time and we are blocked with this issue can you please check the status of this issue.

@satyam8081 Unfortunately, there are no news regarding the issue yet. I have asked the responsible developer to take a look at it shortly. We will keep you updated and let you know once the issue is resolved or we have more information for you. Please accept our apologies for your inconvenience.

@satyam8081 We have completed analysis of the issue. The issue occurs because incorrect table column widths in tblGrid elements are not re-calculated by Aspose.Words. We are currently work on improving our table grid calculation mechanism. Your issue has been linked to the appropriate defect in our defect database.
As a workaround, the chart inside table can be made inline in the report template: 25667wa.docx (33.1 KB)
With the modified template, Aspose.Words pdf output matches MS Word layout for Aspose.Words docx output.

I tried the workaround template that you provided but it has the same issue of lable and width, can you please recheck the template.
I am attaching generated pdf from the workaround template you provided.ChartDocument.pdf (18.4 KB)

@satyam8081 As I can see the output matches DOCX version of the document. Here are output documents produced from the modified template:
25667wa.AW.pdf (18.3 KB)
25667wa.AW.docx (56.0 KB)

Even if you send data to render single chart the lables are not coming according to template. Please try sending data to render single chart and see the position of lables.ChartDocument.pdf (18.1 KB)

@satyam8081

After further analysis, it appeared that keeping of manual layout of data labels while building a chart using LINQ Reporting Engine has never been supported. We will investigate the scenario further and provide more information based on that.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25740

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hi,
Just wanted to check if you have any fix or work around for this issue.

@satyam8081 Unfortunately, both issues have been postponed and are not yet scheduled for development. Please accept our apologies for your inconvenience.