[]
Sepecifies the color mode of each category and series.
public enum ChartColorMode
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. |