property Graph.SeriesColorsDecrease as Variant
Defines the default colors for the chart's series (when the value goes down)

TypeDescription
Variant A string expression that defines the colors of the chart's series separated by comma. The color accepts values in various formats: CSS named colors, RGB format (e.g., rgb(red, green, blue)), or hexadecimal format (#RRGGBB). In RGB format, the red, green, and blue values range from 0 to 255, while in hexadecimal format, RR, GG, and BB represent the hexadecimal values of the red, green, and blue channels, respectively.
By default, the SeriesColorsDecrease property is "red". The SeriesColorsDecrease property defines the default colors for the chart's series (when the value goes down). The SeriesColors property specifies the color of the series, while the serie's Color property is not specified. The Color property specifies the color for an individual serie.

Currently, the SeriesColorsDecrease property is valid for the following Type of series:

For instance:

The following screen shot shows the chart using the SeriesColorsDecrease property is "red" (by default):

The following screen shot shows the chart using the SeriesColorsDecrease property is "" (empty):