Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
Column Series Chart example in C#
posted

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

Parents
  • 4940
    Verified Answer
    Offline posted

    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.

    ColumnSeriesCustomization.zip
Reply Children
No Data