1.

How to save chart as a Window metafile?(a) metafile()(b) win.metafile()(c) file()(d) metawin()This question was posed to me in a job interview.This key question is from Enhanced JavaScript with R in portion Sockets of JavaScript

Answer»

The CORRECT answer is (B) win.metafile()

For explanation I would SAY: Metafile is a piece of GRAPHICAL information stored in a format that can be exchanged between different systems or software. The method win.metafile([filename]) is used to save chart as a Window metafile.



Discussion

No Comment Found

Related InterviewSolutions