FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartColorGeneration Enumeration

In This Topic
    ChartColorGeneration Enumeration
    In This Topic
    Specifies the color themes used to generate colors for data series.
    Syntax
    'Declaration
     
    Public Enum ChartColorGeneration 
       Inherits System.Enum
    public enum ChartColorGeneration : System.Enum 
    Members
    MemberDescription
    ApexUses colors similar to the Office 2007 theme of the same name.
    AspectUses colors similar to the Office 2007 theme of the same name.
    CivicUses colors similar to the Office 2007 theme of the same name.
    ConcourseUses colors similar to the Office 2007 theme of the same name.
    CrystalReports10Uses colors similar to the palette for Chart object in Crystal Reports version 10.
    CrystalReports14Uses colors similar to the palette for Chart object in Crystal Reports version 14.
    CustomByDataColorUses custom color from DataColor property.
    CustomByPaletteUses custom colors from Palette property.
    EquityUses colors similar to the Office 2007 theme of the same name.
    FlowUses colors similar to the Office 2007 theme of the same name.
    FoundryUses colors similar to the Office 2007 theme of the same name.
    GrayScaleUses colors similar to the Office 2007 theme of the same name.
    MedianUses colors similar to the Office 2007 theme of the same name.
    MetroUses colors similar to the Office 2007 theme of the same name.
    ModuleUses colors similar to the Office 2007 theme of the same name.
    OfficeUses colors similar to the Office 2007 theme of the same name.
    OpulentUses colors similar to the Office 2007 theme of the same name.
    OrielUses colors similar to the Office 2007 theme of the same name.
    OriginUses colors similar to the Office 2007 theme of the same name.
    PaperUses colors similar to the Office 2007 theme of the same name.
    SolsticeUses colors similar to the Office 2007 theme of the same name.
    StandardUses colors similar to the Office 2007 theme of the same name.
    TechnicUses colors similar to the Office 2007 theme of the same name.
    TrekUses colors similar to the Office 2007 theme of the same name.
    UrbanUses colors similar to the Office 2007 theme of the same name.
    VerveUses colors similar to the Office 2007 theme of the same name.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartColorGeneration

    See Also