[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartColorMode

ChartColorMode Enum

Sepecifies the color mode of each category and series.

Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public enum ChartColorMode

Fields

Name Description
Auto

Set the color of each category and series automatically.

Set different color for each category if there is only one series.

Set different color for each series if there are more than one series.

ColorByCategory

Set different color for each category.

ColorBySeries

Set different color for each series.

Default

For 2D chart, set different color for each series. For 3D chart, set same color for each point.