http://msdn.microsoft.com/library/ja/default.asp?url=/library/ja...
↑にあるように
ActiveChart.SeriesCollection(i).Select
With Selection
.MarkerBackgroundColorIndex = 4 ' green
.MarkerForegroundColorIndex = 4 ' green
End With
とすれば、後から色を変えることができます。
ありがとうございます。
白く塗る http://end
でデータラベルが指定できます。DataLabel の部分の指定で星印のようなところも指定できるはずです。この名前と指定方法を知りたいのです。