Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 silverlight 创建气泡图。从属轴仅采用 int 值,但我需要用字符串标记两个轴。我浏览了很多,找不到正确的答案。工具包图表也没有适当的 API。有人可以告诉我设置轴标签的工作原理以及执行此操作的所有步骤吗?非常感谢。
这可以使用 BubbleSeries.DependentRangeAxis 来完成。在标签内部,LinearAxis.AxisLabelStyle 应该与绑定组件和转换器一起使用。