I have a set of data that I would like to force both the series and Item Labels to appear. The problem I am having is that the series labels keep not being shown on the graph. I have tried setting the Series Behavior to UseColletion and I have tried setting the SetRowLabel Property to the appropriate row labels. Even those these items should work the graph control keeps overriding these settings and not showing it. This is extremely frustrating. Any suggestions?
In this article you can read how to customize the labels:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/Chart_Label_Formatting.html
I see how that lets me customize the way the actual data labels are displayed on the graph but how can I put a label on the axis to display what the values of the data labels mean. I want to have the X axis show 10, 20, 30, 40 and then have a label explaining "# of widgets produced".