ComponentOne FlexReport for WinForms
ChartColorSet Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartColorSet Enumeration
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

Reference

C1.Win.FlexReport.Chart Namespace