开发者

visifire X Axis Direction Issue:

开发者 https://www.devze.com 2023-04-09 20:52 出处:网络
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?

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? [

visifire X Axis Direction Issue:

]

As you can see, there is not enough r开发者_StackOverflow社区oom to display the graph properly


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>
0

精彩评论

暂无评论...
验证码 换一张
取 消