The entire chart with all of its elements is called the:
A) chart area. B) plot area. C) chart element. D) chart object.
A
Computer Science & Information Technology
You might also like to view...
Navigation through an array using a for or while loop can be done by varying a subscript from 0 to what value?
A. Array.Length - 2 B. Array.Length - 1 C. Array.Length D. Array.Length + 1
Computer Science & Information Technology
A MouseHandler object implements which two interfaces?
a. MouseListener and MouseActionListener. b. MouseListener and MouseMotionListener. c. MouseListener and MouseEventListener. d. MouseListener only.
Computer Science & Information Technology