FlexReport for WinForms
Text プロパティ (ChartDataLabel)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartDataLabel クラス : Text プロパティ
Gets or sets the text of the label.
シンタックス
'宣言
 
Public Property Text As System.String
'使用法
 
Dim instance As ChartDataLabel
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}
解説
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.
参照

参照

ChartDataLabel クラス
ChartDataLabel メンバ