property ValueAxis.ColorChart as Variant
Defines the color to apply on the chart's background right to the value-axis

TypeDescription
Variant A string expression that defines the background color of the value-axis 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 ColorChart property is empty, which indicates that no color is applied on the chart. The ColorChart property defines the color to apply on the chart's background right to the value-axis. The Axis property specifies the name of the value axis to use. The Start/End fields define where the value-axis begins/ends relative to the full axis.