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.
チャートの各バーのラベルを削除する方法
チャートのタイトルを設定する必要があります。
tChart1[0].Marks.Visible = false;
tChart1.Header.Visible = true; tChart1.Header.Text = "Chart title";