alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class ColorScale

    Enum class that contains some predefined color scale values. This color codes allows user to apply the color scale values based on their conditions.

    Inheritance
    System.Object
    ColorScale
    Namespace: Syncfusion.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public sealed class ColorScale : Enum

    Fields

    BlueWhiteRed

    Gradient color scale value of blue, white and red colors.

    Declaration
    public const ColorScale BlueWhiteRed
    Field Value
    Type
    ColorScale

    GreenWhite

    Gradient color scale value of green and white colors.

    Declaration
    public const ColorScale GreenWhite
    Field Value
    Type
    ColorScale

    GreenWhiteRed

    Gradient color scale value of green, white and red colors.

    Declaration
    public const ColorScale GreenWhiteRed
    Field Value
    Type
    ColorScale

    GreenYellow

    Gradient color scale value of green and yellow colors.

    Declaration
    public const ColorScale GreenYellow
    Field Value
    Type
    ColorScale

    GreenYellowRed

    Gradient color scale value of green, yellow and red colors.

    Declaration
    public const ColorScale GreenYellowRed
    Field Value
    Type
    ColorScale

    None

    Denotes no coloscale applied

    Declaration
    public const ColorScale None
    Field Value
    Type
    ColorScale

    RedWhite

    Gradient color scale value of red and white colors.

    Declaration
    public const ColorScale RedWhite
    Field Value
    Type
    ColorScale

    RedWhiteBlue

    Gradient color scale value of red, white and blue colors.

    Declaration
    public const ColorScale RedWhiteBlue
    Field Value
    Type
    ColorScale

    RedWhiteGreen

    Gradient color scale value of red, white and green colors.

    Declaration
    public const ColorScale RedWhiteGreen
    Field Value
    Type
    ColorScale

    RedYellowGreen

    Gradient color scale value of red, yellow and green colors.

    Declaration
    public const ColorScale RedYellowGreen
    Field Value
    Type
    ColorScale

    WhiteGreen

    Gradient color scale value of white and green colors.

    Declaration
    public const ColorScale WhiteGreen
    Field Value
    Type
    ColorScale

    WhiteRed

    Gradient color scale value of white and red colors.

    Declaration
    public const ColorScale WhiteRed
    Field Value
    Type
    ColorScale

    YellowGreen

    Gradient color scale value of yellow and green colors.

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