ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  box-whisker layer size does not match data layer size
Posted by Aram Hovsepyan on May-27-2012 17:12
Attachments:
Hi Peter,

I have a rather advanced question that I couldn't find anywhere. A solution would be highly
appreciated.
I am looking to add a box-whisker layer for a single data point only. My data points array
has a dimension 4. It actually already works, however, the data point where the red and
green stripes should appear is the second blue bar rather than the last one.
Hereby an attachment of what I mean.
Thanks a lot.
Aram.
Screen Shot 2012-05-27 at 11.09.59.png

  Re: box-whisker layer size does not match data layer size
Posted by Aram Hovsepyan on May-27-2012 17:15
I just found a workaround myself. By using out of range values (very high or very low) for
other data points I obtain what I need.
Regards,
Aram.

  Re: box-whisker layer size does not match data layer size
Posted by Peter Kwan on May-29-2012 02:15
Hi Aram,

You may also use NoValue as the data values for other positions. The exact syntax of the NoValue can be Chart.NoValue, $perlchartdir::NoValue, cd.NoValue, Chart::NoValue, or just NoValue. It depends on your programming language.

Regards
Peter Kwan