ComponentOne FlexReport for WinForms
Text Property (ChartDataLabel)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartDataLabel Class : Text Property
Gets or sets the text of the label.
Syntax
'Declaration
 
Public Property Text As System.String
public System.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

Reference

ChartDataLabel Class
ChartDataLabel Members