Silverlight/WPF 图表工具包。我可以更改 CategoryAxis 上刻度线的频率吗?

发布于 2024-08-24 22:02:46 字数 114 浏览 7 评论 0原文

LinearAxis 上有 Interval 属性,但 CategoryAxis 上没有。我需要控制 X 轴上刻度线的频率。

本机逻辑做了太多标记,即使我将图表拉伸到 3 个宽显示器,我也无法阅读!

There is Interval property on LinearAxis but none on CategoryAxis. I need to control frequency of tick marks on X axis.

The native logic does so many marks that I cant read even if I stretch the chart across 3 wide monitors!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云淡月浅 2024-08-31 22:02:46

一些建议...

1.) CategoryAxis 有一个 AxisLabelStyle 属性,您可以使用它来设置具有较小 FontSize 或更紧凑的 FontFamily 的样式

2.) CategoryAxis 还具有 MajorTickMarkStyle 您可以使用它来设置线条描边画笔或描边厚度。使用 StrokeThickness 0 来隐藏它们。

3.) 也许您可以找到一种方法来更改 AxisLabel 容器的宽度并使标签文本换行。

祝你好运
吉姆·麦柯迪

A couple of suggestions...

1.) CategoryAxis has a AxisLabelStyle property which you can use to set in a Style with a smaller FontSize, or a more condensed FontFamily

2.) CategoryAxis also has MajorTickMarkStyle which you can use to set the Line Stroke brush or StrokeThickness. Use a StrokeThickness of 0 to hide them.

3.) Maybe you can find a way to get a changethe Width of the AxisLabel's container and make the label text wrap.

Good luck
Jim McCurdy

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文