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,我想要 X 轴上的时间,但是使用 add.(Date, double) 方法,我有这样的数字:X 轴上的“1374740271000”。我该怎么做才能在 HH-MM-SS 中使用它?
感谢您的帮助。
您必须构建 aTimeChart而不是 aLineChart才能在 X 轴上获取格式化日期。另一种解决方案是添加自定义文本标签:
TimeChart
LineChart
renderer.addXTextLabel(x, text);