visifire X轴方向问题:

发布于 2024-12-07 16:55:00 字数 233 浏览 0 评论 0原文

我有一个 visifire 定制问题。

如何强制 X 轴标签的方向?

如何使右侧图表上的 x 轴标签看起来更像左侧的标签? [IMG]http://i67.photobucket.com/albums/h292/Athono/crunch.png[/IMG]

正如您所看到的,没有足够的空间来正确显示图表

I have a visifire customization question.

How do I force the direction of X Axis labels?

How do I make the x axis labels on the graph on the right look more like the ones on the left?
[IMG]http://i67.photobucket.com/albums/h292/Athono/crunch.png[/IMG]

As you can see, there is not enough room to display the graph properly

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

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

发布评论

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

评论(1

旧城烟雨 2024-12-14 16:55:00

您可以尝试在 AxisLabels 中设置 Angle 和 Rows 属性。

例子:

<vc:Chart.AxesX>
    <vc:Axis>
        <vc:Axis.AxisLabels>
            <vc:AxisLabels Rows="2" Angle="0"/>
        </vc:Axis.AxisLabels>
    </vc:Axis>
</vc:Chart.AxesX>

You can try setting Angle and Rows properties in AxisLabels.

Example:

<vc:Chart.AxesX>
    <vc:Axis>
        <vc:Axis.AxisLabels>
            <vc:AxisLabels Rows="2" Angle="0"/>
        </vc:Axis.AxisLabels>
    </vc:Axis>
</vc:Chart.AxesX>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文