When creating a chart from data in a worksheet, the legend data is indicated by:

A) shading the data with a light purple background.
B) surrounding the data with a purple border.
C) changing font color of the data to red.
D) surrounding the data with a red dashed border.

B

Computer Science & Information Technology

You might also like to view...

The short cut menu only appears if the object is actually opened, and the user right-clicks in the opened object

Indicate whether the statement is true or false

Computer Science & Information Technology

The general syntax to include the copy constructor in the definition of a class is ____.

A. className(className& otherObject); B. className(className otherObject); C. className(const className& otherObject); D. className(const className* otherObject);

Computer Science & Information Technology