alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartPrintColorMode

    Specifies how to print content that contains color or shades of gray.

    Inheritance
    System.Object
    ChartPrintColorMode
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartPrintColorMode : Enum

    Fields

    CheckPrinter

    The printer will be checked if it supports colors. If not then the GrayScale mode will be used.

    Declaration
    public const ChartPrintColorMode CheckPrinter
    Field Value
    Type
    ChartPrintColorMode

    Color

    The series Styles will be in colored scale during printing.

    Declaration
    public const ChartPrintColorMode Color
    Field Value
    Type
    ChartPrintColorMode

    GrayScale

    The series Styles will be in monochrome scale during printing.

    Declaration
    public const ChartPrintColorMode GrayScale
    Field Value
    Type
    ChartPrintColorMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved