Reports for WPF
DataY プロパティ

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 > Chart クラス : DataY プロパティ
Gets or sets a string containing one or more fields with the data to plot on the chart.
シンタックス
'宣言
 
Public Property DataY As System.String
public System.string DataY {get; set;}
解説
If multiple fields are provided, they must be separated with semicolons. For example: chartField.DataY = "UnitPrice;UnitsInStock" You can also use regular VBScript expressions instead of simple field names. For example, to plot sales and sales taxes as two separate series, you could use: chartField.DataY = "Sales;Sales * 0.085"
使用例
chartField.DataY = "UnitPrice;UnitsInStock"chartField.DataY = "Sales;Sales * 0.085"
参照

Chart クラス
Chart メンバ