Creating an Infragistics XamDataChart Programatically with multiple ColumnSeries
问题 So the title says it all. I have a loop that loops through graphs that are sent to me. Each graph object has one or more series in it of objects that contain a label, datapoint and tool tip. Each series needs to be a separate bar on the graph. So for example I might have a series object like Series 1 Title:2013 Object label-Jan Value-200 ToolTip-Value = 200 Object label-Feb Value-400 ToolTip-Value = 400 And a second series Series 2 Title:2014 Object label-Jan Value-100 ToolTip-Value = 100