To add data labels, you select the chart and click the ________ button in the Labels group on the Layout tab

Fill in the blank(s) with correct word


Data Labels

Computer Science & Information Technology

You might also like to view...

Case 7-1Lila is writing a program that includes Boolean expressions.The expression p | | (q && r) is equal to ____.

A. | | p && | | q B. (p | | q) && (p | | r) C. p | | q && p | | r D. p | | q| | r

Computer Science & Information Technology

Consider the following program segment.  ifstream inFile; //Line 1int x, y; //Line 2... //Line 3  inFile >> x >> y; //Line 4  Which of the following statements at Line 3 can be used to open the file progdata.dat and input data from this file into x and y at Line 4?

A. inFile.open("progdata.dat"); B. inFile(open,"progdata.dat"); C. open.inFile("progdata.dat"); D. open(inFile,"progdata.dat");

Computer Science & Information Technology

You and a friend decide to watch a movie on your computer. The movie is saved on a second hard drive on your system. When you are ready to watch the movie, you can’t find it on your computer. You try to locate the second hard drive, and it is no longer listed in Windows.   What might be the problem with the movie and the hard drive?

A. Video player application has crashed. B. Hard drive has crashed. C. Movie has been deleted. D. Video card has crashed.

Computer Science & Information Technology

Excel includes a(n) _________________________ you can use to check a worksheet for spelling errors.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology