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 或任何其他适用于 android 的图形 api 在轴顶部显示此 X 轴标签?
您可以使用注释,它们是可以放置在图表中任何位置的文本标签。
series.addAnnotation("Vacation", 6, 30);