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

Message ListMessage List     Post MessagePost Message

  Problem in setGapColor in Zoomable chart
Posted by Em on Feb-12-2012 09:56
I am modifying the zoom/scroll demo (1). There are missing points. I added a statement after setDataSet:

$layer->setGapColor(SameAsMainColor);


The statement works okay when the page is loaded, but when I start to zoom and scroll, the gap becomes "Gap", not the same color. Is this a bug or did I do anything wrong?

  Re: Problem in setGapColor in Zoomable chart
Posted by Em on Feb-12-2012 15:01
Okay, I found the problem. It is an error in my program.