2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ColorGeneration Enumeration

In This Topic
    ColorGeneration Enumeration
    In This Topic
    This enumeration specifies color themes used to generate colors for data series. Named color themes, other than Custom are similar to those in Microsoft Office.
    Syntax
    'Declaration
     
    Public Enum ColorGeneration 
       Inherits System.Enum
    public enum ColorGeneration : System.Enum 
    Members
    MemberDescription
    ApexUses similar colors as the Office 2007 theme of the same name.
    AspectUses similar colors as the Office 2007 theme of the same name.
    CivicUses similar colors as the Office 2007 theme of the same name.
    ConcourseUses similar colors as the Office 2007 theme of the same name.
    CopyCurrentToCustomCopies the currently specified color group into the custom group.
    CustomCustom color generation.
    EquityUses similar colors as the Office 2007 theme of the same name.
    FlowUses similar colors as the Office 2007 theme of the same name.
    FoundryUses similar colors as the Office 2007 theme of the same name.
    GrayScaleUses similar colors as the Office 2007 theme of the same name.
    MedianUses similar colors as the Office 2007 theme of the same name.
    MetroUses similar colors as the Office 2007 theme of the same name.
    ModuleUses similar colors as the Office 2007 theme of the same name.
    OfficeUses similar colors as the Office 2007 theme of the same name.
    OpulentUses similar colors as the Office 2007 theme of the same name.
    OrielUses similar colors as the Office 2007 theme of the same name.
    OriginUses similar colors as the Office 2007 theme of the same name.
    PaperUses similar colors as the Office 2007 theme of the same name.
    SolsticeUses similar colors as the Office 2007 theme of the same name.
    StandardUses similar colors as the Office 2007 theme of the same name.
    TechnicUses similar colors as the Office 2007 theme of the same name.
    TrekUses similar colors as the Office 2007 theme of the same name.
    UrbanUses similar colors as the Office 2007 theme of the same name.
    VerveUses similar colors as the Office 2007 theme of the same name.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.ColorGeneration

    See Also