WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartPrintColorMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved