W
waynehirata
I'm using OWC11 Charting Component. I have several lines charted.
series.SetData c.chDimCategories, c.chDataLiteral, strCats1
series.SetData c.chDimValues, c.chDataLiteral, strVals1
....series.add...
series.SetData c.chDimCategories, c.chDataLiteral, strCats2
series.SetData c.chDimValues, c.chDataLiteral, strVals2
strCats1 is an string array with the categories. They are in the order
I would like them to appear.
strCats2 is an array with a subset of the categories in strCats1, but
still in the correct order. And the same with strCats3, strCats4.
My graph is displayed with the categories in a random order, to me it
seems random.
Is there a way to display the categories in a order I specify? I am use
client-side vb scripting. columnClustered display in the correct order.
But not lineMarkers.
Thank you for any help.
series.SetData c.chDimCategories, c.chDataLiteral, strCats1
series.SetData c.chDimValues, c.chDataLiteral, strVals1
....series.add...
series.SetData c.chDimCategories, c.chDataLiteral, strCats2
series.SetData c.chDimValues, c.chDataLiteral, strVals2
strCats1 is an string array with the categories. They are in the order
I would like them to appear.
strCats2 is an array with a subset of the categories in strCats1, but
still in the correct order. And the same with strCats3, strCats4.
My graph is displayed with the categories in a random order, to me it
seems random.
Is there a way to display the categories in a order I specify? I am use
client-side vb scripting. columnClustered display in the correct order.
But not lineMarkers.
Thank you for any help.