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.
我AChartEngine用来创建一个Bar Graph: x axis,我有由名字和姓氏组成的字符串。例如,“约翰·史密斯”。可以在更多行上写这个标签吗?像约翰(另一行,如 /r)史密斯?希望你能帮忙。谢谢有趣!
AChartEngine
Bar Graph
x axis
这是可能的,如下所示:
renderer.addXTextLabel(0.5, "line1\nline2");