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.
LinearAxis 上有 Interval 属性,但 CategoryAxis 上没有。我需要控制 X 轴上刻度线的频率。
本机逻辑做了很多标记,即使我将图表拉伸到 3 个宽显示器,我也无法阅读!
几个建议...
1.) CategoryAxis 有一个 AxisLabelStyle 属性,您可以使用它来设置具有较小 FontSize 或更简洁的 FontFamily 的样式
2.) CategoryAxis 也有 MajorTickMarkStyle,您可以使用它来设置 Line Stroke 笔刷或 StrokeThickness。使用 0 的 StrokeThickness 隐藏它们。
3.) 也许您可以找到一种方法来更改 AxisLabel 容器的宽度并使标签文本换行。
祝吉姆·麦柯迪好运