The ________ identifies each data series on a chart

Fill in the blank(s) with correct word


legend

Computer Science & Information Technology

You might also like to view...

If the following function is in a base class, which of the following are polymorphic declarations of the same function in the derived class? virtual

virtual void print( ostream& out); a. virtual void print ( ostream& out); b. void print( ostream& out); c. void print(); d. virtual void print(); e. A and B f. A and D

Computer Science & Information Technology

To divide the value of the seventh element of array a by 2 and assign the result to the variable x, we would write ________.

a. ``` x / 2 = a( 7 ) ``` b. ``` x = a[ 7 ] / 2 ``` c. ``` x = a[ 6 ] / 2 ``` d. ``` x = a( 6 / 2 ) ```

Computer Science & Information Technology

The ________ tab type is when the text is left-aligned at the tab stop and extends to the right

A) Left B) Right C) Center D) Decimal

Computer Science & Information Technology

To display the Spelling dialog box, click the Spelling button in the Proofing group on the ________ tab

A) Review B) Home C) Insert D) View

Computer Science & Information Technology