Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart Class / DataYLabels Property

In This Topic
    DataYLabels Property
    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