ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / ColorSetEnum Enumeration

In This Topic
    ColorSetEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Chart3DContourStyles.ColorSet property in the Chart3DContourStyles class.
    Syntax
    'Declaration
     
    Public Enum ColorSetEnum 
       Inherits System.Enum
    public enum ColorSetEnum : 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.C1Chart3D.ColorSetEnum

    See Also