The ________ on a chart identifies the colors or patterns used in data series

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


Answer: legend

Computer Science & Information Technology

You might also like to view...

Which of the following functions is NOT available as an option when selecting the first argument in the SUBTOTAL function?

A) IF B) COUNT C) SUM D) AVERAGE

Computer Science & Information Technology

In a program such as the day/time program, the ____ is responsible for informing the user that it has started.

A. client B. server C. port D. socket

Computer Science & Information Technology

In the accompanying figure, the box that says "Type your text here" is called a(n) text pane. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is the output of the following code? sum = 0for value in range(1,4): if value == 2: sum = sum**2 sum += valueprint(sum)

A. 6 B. 12 C. 8 D. 16

Computer Science & Information Technology