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.
重複の可能性: シリーズ ラベルのティーチャートの問題
ラベルを印刷する方法はありますか。Jan 、 Feb 、 Mar.... tchart の Y 軸上
の
ボーランド c++
私は Borland C++ を持っていませんが、付属の TeeChart が ActiveX TeeChart と同じであると仮定すると、次のようにする必要があります。
chart.Axis.Left.Labels.Clear(); // Clear current labels chart.Axis.Left.Labels.Add(1, "January"); // Repeat for other months