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

Message ListMessage List     Post MessagePost Message

  addMark Gap in Line? want continuous line...
Posted by Daragh Barrett on Mar-20-2009 22:12
Attachments:
Hi,
I'm using a Mark on a dynamic chart in which the number of rows vary, but for some reason when the grid is larger the mark doesn't go the full height of the chart.
(Have a look at the pic for what I mean)

I've tried setting the height to the height of the chart, but no change.
e.g.
  Dim aMark As ChartDirector.Mark
  aMark = c.yAxis().addMark(Chart.CTime(Today), c.dashLineColor(&HFF0000,
                                      Chart.LineColor))
  aMark.setHeight(chartHeight)

Anyone have any ideas how I could fix this please??

Thanks,
Daragh.
Timeline - Mark.JPG

  Re: addMark Gap in Line? want continuous line...
Posted by Daragh Barrett on Mar-20-2009 22:29
Sorry, just saw the answer in my own post.... silly!
The fact I had a c.dashLineColor(&HFF0000, Chart.LineColor) as the LineColor....

Please ignore Post