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.
簡単な質問です。しかし、私はまだ答えを見つけることができません。mschart でラベルの線の色を変更する方法:
代替テキスト http://img12.imageshack.us/img12/8816/chartjo.png
You can do something like:
chartArea1.AxisX.MajorTickMark.LineColor = System.Drawing.Color.Red; chartArea1.AxisX.MinorTickMark.LineColor = System.Drawing.Color.Red;