Silverlight 工具包图表 Y 轴标签样式
我无法弄清楚如何设置图表上 Y 轴标签的样式(Silverlight Toolkit)。有谁有一个简单的例子来说明如何做到这一点?所有的例子似乎都是 2010 年之前的,当时图表 API 是不同的。
谢谢,
迈克
I am having trouble figuring out how to style the Y-axis labels on a chart (Silverlight Toolkit). Does anyone have a simple example of how to do this? All the examples out in the wild seem to be pre 2010, when the chart API was different.
Thanks,
Mike
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下面是一些示例代码,它更改 Y 轴以以小时而不是分钟为单位显示标签,并将字体大小更改为 8(不包括 SecondsToHours 转换器代码)。您可以在样式中执行许多其他类型的格式设置。这应该可以帮助您入门。
Here's some sample code that changes the Y-axis to display the labels in hours instead of minutes and changes the font size to 8 (SecondsToHours converter code not included). You can do lots of other kinds of formatting in the Style. This should help you get started.