Skip to main content
A newer version of this page is available. .
Row

ChartSheetPrintOptions.BlackAndWhite Property

Gets or sets whether to print the chart sheet in black and white or in color.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

bool BlackAndWhite { get; set; }

Property Value

Type Description
Boolean

true, to print the chart sheet in black and white; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to BlackAndWhite
ChartSheet
.PrintOptions.BlackAndWhite

Remarks

Note

Currently, the BlackAndWhite option is not taken into account when printing a document from the Spreadsheet components. However, this property value is saved to a file, so you can use Microsoft® Excel® or another spreadsheet application to load and print a document.

See Also