In This Topic
Gets or sets a string containing one or more fields with the data to plot on the chart.
Syntax
'Declaration
Public Property DataY As String
public string DataY {get; set;}
Example
chartField.DataY = "UnitPrice;UnitsInStock"chartField.DataY = "Sales;Sales * 0.085"
See Also