Bar Chart Dual Axis issue

Hi,

I am generating Dual Axis Bar chart with -ve Values. But for -ve Values the Data series fill color is not setting. Its comming as empty.

I have attached the PPT output and Screen shot to describe the issue.

Please let me know how can i fix it.

Thanks,

Amit

Hi Amit,


I have observed the requirement shared and like to share that there is a property InvertIfNegative in ChartSeriesEx class, which is by default set to true. When true, it mean it does not fill the negative series values with color. Please try using the following statement for respective series value and share with us if there is any issue incurring.

series.InvertIfNegative = false;

Many Thanks,