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.
チャートの各バーの軸線を表示するにはどうすればよいですか?私は2番目、4番目にのみ行があります...、
代替テキストhttp://img35.imageshack.us/img35/6106/chartiu.png
私は答えを見つけました:
chartArea.AxisX.MajorGrid.Interval = 1; chartArea.AxisX.MajorTickMark.Interval = 1; chartArea.AxisX.LabelStyle.Interval = 1;
今では次のようになります。
代替テキストhttp://img683.imageshack.us/img683/5818/chartig.png