ComponentOne FlexReport for WinForms
UseGrayscale Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > ChartField Class : UseGrayscale Property
Gets or sets a value indicating whether to render the chart in grayscale instead of in color.
Syntax
'Declaration
 
Public Property UseGrayscale As System.Boolean
public System.bool UseGrayscale {get; set;}
Remarks
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.
See Also

Reference

ChartField Class
ChartField Members