How can I create a background for a chart that looks like this?
It's got different background colors at certain % levels that correspond to the status. All I see in ChartArea
is BackColor
, BackSecondaryColor
, and BackGradientStyle
which won't do this. This image was taken from an SSRS report and I am trying to recreate it using C# and the Microsoft charting library. I am pretty sure SSRS uses the same library so it should be possible - I just don't know how.