Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartDataLabel Class / Label Property

In This Topic
    Label Property (ChartDataLabel)
    In This Topic
    Gets or sets the label for the data point.

    Not used if UseValueAsLabel is True

    Syntax
    'Declaration
     
    Public Property Label As RdlObject
    public RdlObject Label {get; set;}
    See Also