FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartColorSet Enumeration

In This Topic
    ChartColorSet Enumeration
    In This Topic
    Specifies the predefined colors for contour styles of 3D chart.
    Syntax
    'Declaration
     
    Public Enum ChartColorSet 
       Inherits System.Enum
    public enum ChartColorSet : System.Enum 
    Members
    MemberDescription
    BlackRedYellowColors black -> red -> yellow
    BlackWhiteGrayscale colors
    BluePinkColors from blue to pink
    BlueWhiteRedColors blue -> white ->red
    CustomCustom color set
    GreenBlueColors from green to blue
    GreenPurpleYellowColors green -> purple -> yellow
    RainbowRainbow colors
    RedWhiteColors from red to white
    RevRainbowRainbow colors in the reverse order
    WhiteBlackGrayscale colors in the reverse order
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartColorSet

    See Also