Enum ChartPrintColorMode
Specifies how to print content that contains color or shades of gray.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartPrintColorMode
Fields
Name | Description |
---|---|
CheckPrinter | The printer will be checked if it supports colors. If not then the GrayScale mode will be used. |
Color | The series Styles will be in colored scale during printing. |
GrayScale | The series Styles will be in monochrome scale during printing. |