Search code examples
silverlightbubble-chart

String Labels for dependent axis in silverlight bubble chart


I'm creating a bubble chart using silverlight. The dependent axis takes only int values but I need to label both the axes with strings. I browsed a lot and couldn't find proper answer. There is no proper API for toolkit chart also. Can someone please tell me how setting the axes labels works and what all the steps to do that? Thanks a lot.


Solution

  • This can be done using BubbleSeries.DependentRangeAxis. Inside the tag, LinearAxis.AxisLabelStyle should be used with a binding component and a converter.