Reports for WPF
DataYLabels プロパティ

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 > Chart クラス : DataYLabels プロパティ
Gets or sets a string containing text labels to use for DataY.

If null or empty, field names specified by DataY are used.

If multiple labels are provided, they must be separated with semicolons. For example: chartField.DataYLabels = "Unit Price;Units In Stock"

シンタックス
'宣言
 
Public Property DataYLabels As System.String
public System.string DataYLabels {get; set;}
使用例
chartField.DataYLabels = "Unit Price;Units In Stock"
参照

Chart クラス
Chart メンバ