以垂直格式显示X轴

以垂直格式显示X轴

本文介绍了如何以垂直格式显示X轴数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要以垂直格式显示X轴值,是否有任何属性?谢谢


Khare

I Need to diaplay X axis value in vertical format, is there any property for this? Thanks


Khare

推荐答案

或者,如果您需要折线图,可以尝试翻转数据中的x和y值。没有一般属性可以改变轴的方向。

Or if you need a line chart, you can try flipping the x and y values in your data. There is no general property to change the direction of an axis.


这篇关于如何以垂直格式显示X轴数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 22:26