C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / ColorSetEnum Enumeration

ColorSetEnum Enumeration
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
 
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