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.
我创建了一个图表,并希望将其完全清除并重新使用新数据。
我将如何彻底清除所有系列/画线等的图表?
您可以使用下面的代码。Java 版本中没有 TChart.clear() 方法,就像其他 TeeChart 版本一样。我已将此 (TJ71016243) 添加到愿望清单中,以便在下一个版本中实施。
tChart1.removeAllSeries(); tChart1.getTools().removeAll(tChart1.getTools());