Here is an example to plot a line for each new day.

segments = IIf( Interval() < inDaily, Day(), Month() );
segments = segments != Ref( segments , -1 );
Plot(segments, "", colorDarkBlue, styleHistogram | styleOwnScale | 
styleDashed | styleNoLabel);

best regards

Carl Vanhaes a écrit :
> 
> 
> Sorry if this topic was already addressed or is in the help files but I 
> couldn't find it. My question: how to code the plot of a vertical line 
> in a AFL formula ??
> 
> Thank you for any help!
> 
> Carl
> 
> 


Reply via email to