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.
作成したグラフを完全に消去して、新しいデータで再利用したいと考えています。
すべてのシリーズ/ドローラインなどのチャートを完全にクリアするにはどうすればよいですか?
以下のコードを使用できます。他の TeeChart バージョンのように、Java バージョンには TChart.clear() メソッドはありません。これ (TJ71016243) を次のリリースで実装するウィッシュ リストに追加しました。
tChart1.removeAllSeries(); tChart1.getTools().removeAll(tChart1.getTools());