I would like to see the code in C# that created the example column series chart that is shown in the developers guide. The C# code that's shown there only creates a series of random numbers for the Y axis. I'd like to see how to set up the labels for the x axis and the legend, basically how you got that chart to show the way it did.
Thank you
Hi Kathy,
I ported our legend sample to C# and used a column series instead of the bar series. You'll find the code attached. When you open the project, you'll need to add your IGChart.dll reference to the project. Let me know if you have any further questions.
Thank you, examples like that are very helpful.