Hi,
Is there a way to reference the last color of a bar or its background?
i.e.,
if(ColorLastBar == Color.red) ...
or,
if(ColorLastBarsBackground == Color.red) ...
Of course the "ColorLastBar..." variables I used here are fictitious, just used to clarify my question.
Thanks
Is there a way to reference the last color of a bar or its background?
i.e.,
if(ColorLastBar == Color.red) ...
or,
if(ColorLastBarsBackground == Color.red) ...
Of course the "ColorLastBar..." variables I used here are fictitious, just used to clarify my question.
Thanks
Comment