Hi,
I Like to create a Bubble chart for the below Oracle table "Country" using Infragistics Ultra Chart in ASP.NET C#
Country % in Men % in women
AP 10 40
TN 15 30
HP 15 35
ASSAM 25 35
KERALA 7.5 25.5
MP 15 20
WB 17 18
JK 15 8
And I have attach the sample output how to be along with this Post.
Please do the needful and soon it is urgent.
Hello Praveena,
The BubbleChart requires three numeric columns in the data source. I would suggest you to check this article regarding working with BubbleChart data - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/Chart_Working_with_Bubble_Chart_Data.html.
If you have any questions, feel free to contact me.
Hello,
You should add ChartTextAppearance for the chart, like this:
<BubbleChart> <ChartText> <igchartprop:ChartTextAppearance ChartTextFont="Arial, 7pt" ClipText="False" Column="-2" ItemFormatString="<ITEM_LABEL>" Row="-2" Visible="True" /> </ChartText></BubbleChart>
Let me know if this helps.
Hi Praveena,
I'm glad to hear that.
If you have any other questions, please do not hesitate to ask.
I got the solution and it is working.
Thank You for the Solution.