Try this Plot(12,"Low",colorDarkGrey,styleArea|styleNoRescale); Plot(20,"High",colorGrey40,styleArea|styleNoRescale);
--- In [email protected], "mic6399" <[EMAIL PROTECTED]> wrote: > > Hi, may be this is the stupid question , but if somebody help me to > change/paint background color between horizontal lines. Let say I have: > some levels on the chart : > Plot(12,"THold", colorBlack, styleThick); > > Plot(20,"THold", colorBlack, styleThick); > How can I paint the area between this two lines on the chart? > > Thanks a lot, > > Michael >
