'Declaration
Public Property DataY As System.String
public System.string DataY {get; set;}
Remarks
If multiple fields are provided, they must be separated with semicolons. For example: chartField.DataY = "UnitPrice;UnitsInStock" You can also use regular VBScript expressions instead of simple field names. For example, to plot sales and sales taxes as two separate series, you could use: chartField.DataY = "Sales;Sales * 0.085"