I am trying to generate Pivot Chart from PIvot Table and my Pivot Table looks like -
TestName/Operation Passed Failed Warnings Comparison
getPatientProfile01_Src=QL_LOB=Alllines_Td_01 0 1 0 0
getPatientProfile01_Src=QL_LOB=Alllines_Td_02 0 0 1 0
getPatientProfile01_Src=QL_LOB=Alllines_Td_03 0 1 0 0
Grand Total 0 2 1 0
When generating the graph, its not working as expected.
I need Pass.Fail, Warn and Comparison on X-Axis and Grand Total as Legent.
I want my graph to have grand total of Pass, Fail, Warn and Comp
I want to do with Aspose Java , can you please help me as how to achieve this.
Thanks in Advance