FlexReport for WinForms
Palette プロパティ (ChartField)


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport 名前空間 > ChartField クラス : Palette プロパティ
Gets or sets the collection of colors to be used for each series (or pie slices).
シンタックス
'宣言
 
Public Property Palette As System.String
'使用法
 
Dim instance As ChartField
Dim value As System.String
 
instance.Palette = value
 
value = instance.Palette
public System.string Palette {get; set;}
解説
Available if ColorGeneration is set to CustomByPalette. 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"
参照

参照

ChartField クラス
ChartField メンバ