Reports for WPF
DataX プロパティ

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 > Chart クラス : DataX プロパティ
Gets or sets a string containing one field with the chart labels.
シンタックス
'宣言
 
Public Property DataX As System.String
public System.string DataX {get; set;}
解説
Labels are displayed along the X axis or along with pie slices. For example: chartField.DataX = "ProductName"
使用例
chartField.DataX = "ProductName"
参照

Chart クラス
Chart メンバ