FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DData Class / ColorMode Property

In This Topic
    ColorMode Property (Chart2DData)
    In This Topic
    Gets or sets the mode for setting the color of each category and series.

    Available for 2D Bar, Pie, Candle, Gantt, HiLo, HiLoOpenClose, Line, Radar, and Step chart types and 3D Bar chart type.

    Syntax
    'Declaration
     
    Public Property ColorMode As ChartColorMode
    public ChartColorMode ColorMode {get; set;}
    See Also