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

In This Topic
    DataX Property
    In This Topic
    Gets or sets a string containing one field with the chart labels.
    Syntax
    'Declaration
     
    Public Property DataX As String
    public string DataX {get; set;}
    Remarks
    Labels are displayed along the X axis or along with pie slices. For example: chartField.DataX = "ProductName"
    Example
    chartField.DataX = "ProductName"
    See Also