Multiple values in one category

M

mfowler

I am new to OWC so apologies if this question has been asked before.

Is it possible to have two categories with multiple values and
ledgends?

I have been able to create Four categories each with four series but
not one or two categories with multiple values.

For example

Categories = "Monday" , "Tuesday"
Values = 10,20,25,30 (for Monday)
Values = 12,22,23,30 (For Tuesday)
Legends = "Fld1","Fld2","Fld3", "Fld4"

I am trying to use a clusteredcolumn type graph. I am using ASP to
build the graph.

It appears that the values have to match the categories i.e. In the
example above I could only pass two values for each day.

Any help appreciated.

Malcolm
 
M

Mithil

According to me OWC just uses the data given as an xy plot similar to
the way we physically plot points on the graph paper. so if u give it
value like [1,10] and [1,20] two values will be plotted at the same
instance to my knowledge.
 
A

Alvin Bruney [MVP]

If you need more control you can always use custom drawing. This is a good
solution to a great many problems but folks don't usually know about it.
 

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