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

Message ListMessage List     Post MessagePost Message

  addInterLineLayer and NoValue
Posted by Rick on Aug-02-2014 22:46
Attachments:
In PHP, I am creating a time-series based chart using XYChart and addDataSet. This data
set has areas of  NoValues. Plotting the series is fine, but when I use addInterLineLayer, it
colors the area across the NoValues as shown in the attached image. I've verified that the
two series used in the addInterLineLayer command have NoValue in the same places that
the main series does. Is there a workaround so that there is no InterLineLayer when there
are NoValues? Thanks in advance!
temp.png

  Re: addInterLineLayer and NoValue
Posted by Peter Kwan on Aug-04-2014 03:07
Hi Rick,

You can set the gap color to transparent. For example:

$myInterLineLayer->setGapColor(Transparent, Transparent);

Hope this can help.

Regards
Peter Kwan