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


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport 名前空間 > ChartField クラス : UseGrayscale プロパティ
Gets or sets a value indicating whether to render the chart in grayscale instead of in color.
シンタックス
'宣言
 
Public Property UseGrayscale As System.Boolean
'使用法
 
Dim instance As ChartField
Dim value As System.Boolean
 
instance.UseGrayscale = value
 
value = instance.UseGrayscale
public System.bool UseGrayscale {get; set;}
解説
The use of Grayscale is intended as a preview for output to a black and white device. It does not affect style brush or pen colors internally, only the rendering of the chart to the output devices and images. Using grayscale implies the use of double buffered output.
参照

参照

ChartField クラス
ChartField メンバ