سؤال

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.

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top