Gets or sets a string containing one or more fields with the data to plot on the chart.
シンタックス
'宣言
Public Property DataY As System.String
public System.string DataY {get; set;}
使用例
chartField.DataY = "UnitPrice;UnitsInStock"chartField.DataY = "Sales;Sales * 0.085"
参照