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 中绘制图形,但是将堆叠的条形图和条形图组合起来有困难。我想要这种类型的图表。
是否可以这样绘制。如果可能的话,你能不能给一个小的足迹。
谢谢你。
您可以通过仅构建堆叠条形图来实现。您无需将常规条形图与堆积条形图结合使用。
还有一种新的 HEAP 类型的条形图,它是一个堆叠条形图,但每一块都附加到条形的前一块,而不是一个一个地堆叠在一起。