ChartDirector Support
Forum Home
Search
Message List
Post Message
[Mar-12-2018 16:58]
Grid over Interline
(Norm)
[Mar-12-2018 20:57]
Re: Grid over Interline
(Norm)
Grid over Interline
Posted by Norm on Mar-12-2018 16:58
|
Reply
|
Monitor
Attachments:
Interline.jpg
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) ?
Re: Grid over Interline
Posted by Norm on Mar-12-2018 20:57
|
Reply
|
Monitor
Hi,
Forget my question ... I found a command for this :
Call c.getPlotArea().moveGridBefore(layer)
Work fine !
Thanks anyway !