Reports for WPF
Palette プロパティ (Chart)

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 > Chart クラス : Palette プロパティ
Specifies a collection of colors to be used for each series (or pie slices).
シンタックス
'宣言
 
Public Property Palette As System.String
public System.string Palette {get; set;}
解説
The collection is specified as a string containing a list of color names, delimited by semicolons. For example: chartField.Palette = "Red;Green;Blue"
使用例
chartField.Palette = "Red;Green;Blue"
参照

Chart クラス
Chart メンバ