Hi!
I am working with Xceed Chart in .net for a prototype.
Therefore i have to make a graph with barseries.
Everything is allright. The only Problem ist, that the PrimaryX shows only the count of datapoints ( 0 1 2 3 4 5), but it should display the years ( 2008 2009 2010 2011)
i add data like this : bar[0].Add(sum, cyear.ToString());
In an Chart with lineseries i got this with a line.usexvalues .... but there is no function like this for barseries? !
So, my question is how to get the labels from my barseries shown.
Thanks !