alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartColorPalette

    Pre-defined palettes for use with the ChartControl. Palettes are simply a group of colors that can be used to provide a better visual appearance when displaying multiple chart series.

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

    Fields

    Analog

    Palette containing analog colors.

    Declaration
    public const ChartColorPalette Analog
    Field Value
    Type
    ChartColorPalette

    Colorful

    Colorful palette.

    Declaration
    public const ChartColorPalette Colorful
    Field Value
    Type
    ChartColorPalette

    Custom

    Custom user assigned color palette.

    Declaration
    public const ChartColorPalette Custom
    Field Value
    Type
    ChartColorPalette

    Default

    Default palette.

    Declaration
    public const ChartColorPalette Default
    Field Value
    Type
    ChartColorPalette

    DefaultAlpha

    Default palette with aplha.

    Declaration
    public const ChartColorPalette DefaultAlpha
    Field Value
    Type
    ChartColorPalette

    DefaultOld

    Default palette used in older chart versions.

    Declaration
    public const ChartColorPalette DefaultOld
    Field Value
    Type
    ChartColorPalette

    DefaultOldAlpha

    Default palette with alpha blending.

    Declaration
    public const ChartColorPalette DefaultOldAlpha
    Field Value
    Type
    ChartColorPalette

    EarthTone

    Palette containing earth tone colors.

    Declaration
    public const ChartColorPalette EarthTone
    Field Value
    Type
    ChartColorPalette

    GrayScale

    GrayScale color palette which can be used for monochrome printing.

    Declaration
    public const ChartColorPalette GrayScale
    Field Value
    Type
    ChartColorPalette

    GreenYellowStyle

    Palette that contains mixed Green and yellow colors.

    Declaration
    public const ChartColorPalette GreenYellowStyle
    Field Value
    Type
    ChartColorPalette

    Metro

    Palette that contains Metro colors.

    Declaration
    public const ChartColorPalette Metro
    Field Value
    Type
    ChartColorPalette

    Nature

    Palette containing the colors of nature.

    Declaration
    public const ChartColorPalette Nature
    Field Value
    Type
    ChartColorPalette

    Office2016

    Palette that contains colors for office 2016 theme.

    Declaration
    public const ChartColorPalette Office2016
    Field Value
    Type
    ChartColorPalette

    Pastel

    Palette containing pastel colors.

    Declaration
    public const ChartColorPalette Pastel
    Field Value
    Type
    ChartColorPalette

    PinkVioletStyle

    Palette that contains pink Green and violet colors.

    Declaration
    public const ChartColorPalette PinkVioletStyle
    Field Value
    Type
    ChartColorPalette

    RedYellowStyle

    Palette that contains mixed Red and yellow colors.

    Declaration
    public const ChartColorPalette RedYellowStyle
    Field Value
    Type
    ChartColorPalette

    SkyBlueStyle

    Palette that contains mixed SkyBlue and Violet colors.

    Declaration
    public const ChartColorPalette SkyBlueStyle
    Field Value
    Type
    ChartColorPalette

    Triad

    Palette containing triad colors.

    Declaration
    public const ChartColorPalette Triad
    Field Value
    Type
    ChartColorPalette

    WarmCold

    Palette that contains mixed warm and cold colors.

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