Repeated category values

M

Matt Anderson

I have an OWC11 Line chart in which there are repeated values in the
categories; such as 0 0 0 1 1 1 2 2 2 etc. I'm using an array for the
type. But OWC will only plot the unique values, so it only plots 0
once, 1 once, 2 once, etc.

Help!
 
T

Thao Moua [ms]

Try making your category unique like attaching space(s) to your category label.

----------------------------------------------------------------------
Thao Moua
OWC Chartspace Support

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 
A

Arun Gupta

I've finally cracked this one! The way to get repeated
category values is to put the data in an Excel worksheet
and then read it from there while forming the graph, no
other way seems to work.
 
Top