I need to plot 4 series data to MSChart using column or bar type. Can I plot those 4 series so that the data is overlapped instead of being stacked.
I just found there is a ChartGroup.Overlap
property for office Excel.
How can I do it in MSChart? If not, what chart control can do this? Any info will be much appreciated.
Not sure if this is the ideal solution but if you create two
ChartArea
s in a chart and then just plot one on top of the other you can overlap series. This requires a lot of fiddling around with positions, sizes, axis etc to get them to line up so requires a bit of effort but produces the followingC# chart has properties for each series. The "column" chart type has property especially for that overlapping problem