Returns or sets the fill color for negative data points in a series. Read/write. The following code example sets the fill color of negative data points in the first series of chart 2 to magenta.
point = plot.series[0].points[i] fill = point.format.fill fill.solid() fill.fore_color.rgb = RGBColor(243, 93, 93) But the negatives bars show in white. If I use invert_if_negative = False, then ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results