How to Insert Text at the Bottom of the every bubble in bubble series chart
Hello Rajesh,
I have been looking into your post and all you need is to create your own data template for the markers. I am attaching a sample application(XamDataChartBubbleSeries.zip) that shows how you can achieve this functionality.
Let me know, if you need any further assistance on this matter.
Could you please provide code behind c# example to do this.
Hello,
I have been looking into your post and you need to define the ‘bubbleTemplate’ data template in code behind and to define the XamDataChart in code behind, too. You can find how to define the XamDataChart in code in the following link :
http://help.infragistics.com/NetAdvantage/WPF/2013.1/CLR4.0/?page=xamDataChart_Getting_Started_with_xamDataChart.html
Feel free to ask, if you need some assistance on implementing it.