I have been able to display a Chart that contains a Series that display Date on the X Axis and various Values on the Y Axis.
On the same chart, I now want to display rectangles. I have tried SeriesChartType.StepLine but the results I get are not what I expect.
Could someone please point me to a link or provide example C# code that would show how I display a rectangle?
On the same chart, I now want to display rectangles. I have tried SeriesChartType.StepLine but the results I get are not what I expect.
Could someone please point me to a link or provide example C# code that would show how I display a rectangle?