In an AB #F,2 bar chart with Ver. 7.91 I am using the function example in the documentation as follows:
drawImageAbsolute( -5, high(-5), SystemHappyFace, null, Color.red, Image.TOP | Image.ONTOP );
this results in the following message:
ReferenceError: SystemHappyFace is not defined.
Any ideas why the documentation example doesn't work?
Warren
drawImageAbsolute( -5, high(-5), SystemHappyFace, null, Color.red, Image.TOP | Image.ONTOP );
this results in the following message:
ReferenceError: SystemHappyFace is not defined.
Any ideas why the documentation example doesn't work?
Warren
Comment