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.
Steema TeeChartを使用してグラフを作成しました。グラフは作成されましたが、グラフで描画すると、グラフによって作成されたレイアウトの周囲に境界線があり、グラフの内側ではなく、getwalls.setVisible(false)を使用しました。 )しかし、それは軸でのみ役立ちます。どうすればこの境界線を削除できますか?
これはおそらくBevelOuterです。これで非アクティブ化できます:
tChart1.getPanel().setBevelOuter(BevelStyle.NONE);