property ConditionalFormat.ChartBackColor as Color
Specifies the color to be applied to item's background in the chart section of the control, if the conditional expression is accomplished.

TypeDescription
Color A color expression that indicates the color to show the bar that matches the criteria. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
The ChartBackColor property applies the specified background-color (in the chart section ) for items that verify the conditional expression. The BackColor property retrieves or sets the background color for objects that match the condition. The ChartChartBackColor method clears the item's background in the chart section of the control. If the ChartBackColor property is not set, it retrieves 0. The ApplyTo property specifies whether the ConditionalFormat object is applied to items or to cells in the column.

The following screen shot shows the control when the ChartBackColor property is set:

The following screen shot shows the control when the BackColor and ChartBackColor properties are set: