| C1.C1Report.CustomFields.4 Assembly > C1.C1Report.CustomFields Namespace > Chart Class : DataYLabels Property |
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"
'Declaration Public Property DataYLabels As System.String
public System.string DataYLabels {get; set;}