OWC10: Not displaying all the values given in an array

A

Antonio Tirado

Hi,

I using the OWC10 to chart 3 years of rates for a project.
The chart is a clustered bar one but the problem I'm
having is that the chart is not displaying all the values
provided through an array. I know for sure the array is
correctly filled but it seems the chart control is
choosing only specific values for each year (4 months for
each), and even then the rates it displays for the
particular month is not correct. I'm not sure wether is
control is trying to aproximate the values or something in
that sense.

Is there a setting or property than can correct this
behavior? Or maybe this is due to another reason? Maybe I
have to use a newer OWC?

Thanks in advance.
 
S

Sascha Sertel

This is just from the top of my head, but try turning time scaling off. I
know that as soon as the OWC recognizes your categories at dates, it does
all kinds of funny (and sometimes unwanted) things with your data,
especially fill gaps, interpolate values etc., which is not really what you
might want. Maybe by turning time scaling off you will see the data that is
really supplied by you.

Good luck!
Sascha
 
G

Guest

DO you know how to turn this off? (I'm searching for the
property on the help file).
 
A

Antonio Tirado

You were right. Here's the code in case you want it:

set ccht = cht.Axes(c.chAxisPositionTimescale)
ccht.GroupingType = c.chAxisGroupingNone

where cht is teh chart object and c is the
chartspace.constants
 

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