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.
Answer: 1
This can be done using BubbleSeries.DependentRangeAxis. Inside the tag, LinearAxis.AxisLabelStyle should be used with a binding component and a converter.
by : KS88http://stackoverflow.com/users/1654418
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog