Vidyalelo
JavaScript · Q55

Sockets

Programming · JavaScript · question 55

Q55

How to save chart as a Window metafile?

A.
metafile()
B.
win.metafile()
Answer
C.
file()
D.
metawin()

Answer: Option B

Solution

Answer: Option B
Solution:
The method win.metafile([filename]) is used to save chart as a Window metafile.