FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataLabel Class / Text Property

In This Topic
    Text Property (ChartDataLabel)
    In This Topic
    Gets or sets the text of the label.
    Syntax
    'Declaration
     
    Public Property Text As String
    public string Text {get; set;}
    Remarks
    Text supports a number of keywords (#TEXT, #XVAL, #YVAL, #YVAL1, #YVAL2, #YVAL3, %YVAL) which refer to the series label or data value. For example, "{#YVAL:0.00}" shows the Y value with format of two decimal points.
    See Also