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

Message ListMessage List     Post MessagePost Message

  Grid over Interline
Posted by Norm on Mar-12-2018 16:58
Attachments:
Hi,

I'm trying to move a grid over a Interline section !

call  c.addInterLineLayer(layer.getLine(0), m.getLine(), &HB000, cd.Transparent)

I tried many method !

How move grid over a Interline green section (with no transparent color) ?
Interline.jpg

  Re: Grid over Interline
Posted by Norm on Mar-12-2018 20:57
Hi,

Forget my question ... I found a command for this :

Call c.getPlotArea().moveGridBefore(layer)
Work fine !

Thanks anyway !