ComponentOne Chart for WPF and Silverlight
C1.WPF.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
    'Usage
     
    
    Dim instance As ColorGeneration
    public enum ColorGeneration : System.Enum 
    Members
    MemberDescription
    ApexSpecifies the Apex color theme used in the Chart's data series.
    AspectSpecifies the Aspect color theme used in the Chart's data series.
    CivicSpecifies the Civic color theme used in the Chart's data series.
    ConcourseSpecifies the Concourse color theme used in the Chart's data series.
    DefaultSpecifies the Default color theme used in the Chart's data series.
    EquitySpecifies the Equity color theme used in the Chart's data series.
    FlowSpecifies the Flow color theme used in the Chart's data series.
    FoundrySpecifies the Foundry color theme used in the Chart's data series.
    GrayScaleSpecifies the GrayScale color theme used in the Chart's data series.
    MedianSpecifies the Median color theme used in the Chart's data series.
    MetroSpecifies the Metro color theme used in the Chart's data series.
    ModuleSpecifies the Module color theme used in the Chart's data series.
    OfficeSpecifies the Office color theme used in the Chart's data series.
    OpulentSpecifies the Opulent color theme used in the Chart's data series.
    OrielSpecifies the Oriel color theme used in the Chart's data series.
    OriginSpecifies the Origin color theme used in the Chart's data series.
    PaperSpecifies the Paper color theme used in the Chart's data series.
    SolsticeSpecifies the Solstice color theme used in the Chart's data series.
    StandardSpecifies the Standard color theme used in the Chart's data series.
    TechnicSpecifies the Technic color theme used in the Chart's data series.
    TrekSpecifies the Trek color theme used in the Chart's data series.
    UrbanSpecifies the Urban color theme used in the Chart's data series.
    VerveSpecifies the Verve color theme used in the Chart's data series.
    Inheritance Hierarchy

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

    See Also