Dear Customer support
Hi.I have 2 questions about bubble charts.
(I am Japanese.Sorry for my English level.)
(Q1)
I have a problem to create bubble chart using Aspose cells through C#.Net. I can not correctory show explanatory notes up on the grpaph.(Please see attached file) I am trying to make a explanatory notes as "Acompany" but "1" shows up instead of "Acompany".
I wrote codes as below ,
//Set properties of nseries
chart.NSeries[0].Name = cells["C1"].Value.ToString();
chart.NSeries[0].XValues = "B24";
chart.NSeries[0].Values = "B26";
chart.NSeries[0].BubbleSizes = "C2";
(Q2)
How to put bublle to the center of the chart?
Thank you,
Kaz
This message was posted using Page2Forum (attachment) from bubble chart center - Aspose Search Results - Aspose.com