In This Topic
Gets or sets a string containing text labels to use for
DataY.
If null or empty, field names specified by DataY are used.
If multiple labels are provided, they must be separated with semicolons. For example: chartField.DataYLabels = "Unit Price;Units In Stock"
Syntax
'Declaration
Public Property DataYLabels As String
public string DataYLabels {get; set;}
Example
chartField.DataYLabels = "Unit Price;Units In Stock"
See Also