Hello,
I've got the Chart going but for some reason I can't figure out how to specify what I want to show in the LEGEND. I would like the legend to display items from the first column of my table.
Anyone have any Ideas?
appreciate it,
Dlegros
I finally got it to work. Thanks a lot for your help.
dlegros25
On the chart.legend.formatstring, you could try a couple of the format strings found here:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR3.5/html/Chart_Use_Predefined_and_Custom_Label_Styles.html
If that doesn't do the trick, then you will have to use the IRenderLabel interface. There is a knowledge base article here:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=2807
I also explain the interface in my blog post here:
http://blogs.infragistics.com/blogs/skim/archive/2008/09/05/chart-university-chart-101-and-some-201-301-401-stuff.aspx