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.
|