multiple categories

G

gopal_a00

I'm trying to set multiple categories from an XML data
source. Is this possible? Documentation below sounds like
I can specify only one column name on SetData()

http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/off2000/html/ocobjWCSeriesCollection.asp


Pl. let me know if there is a workaround.

Thanks,
Gopal


Code snippet:

cht.type=19
With Cht.SeriesCollection.Add
.SetData c.chDimCategories, 0,"Zip" 'Want to specify
multiple columns here
.SetData c.chDimValues, 0,"Total_Sales_Amount"
Set oLabels = .DataLabelsCollection.Add

oLabels.HasValue = False

oLabels.HasPercentage = True
end with
 
T

Thao Moua [ms]

You can only set one category per chart. However, you
can have up to 16 categories per chart.

Did this answer your question?

Thao Moua
OWC Webchart Support
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top