[]
Gets or sets the text of the label.
[C1Description("ChartDataLabel.Text", "The text of the label.")]
public string Text { get; set; }
<C1Description("ChartDataLabel.Text", "The text of the label.")>
Public Property Text As String
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.