To change the color of a chart , you click Change Colors in the ________
A) Chart Layouts group on the CHART TOOLS DESIGN tab
B) Chart Styles group on the CHART TOOLS DESIGN tab
C) Chart Layouts group on the CHART TOOLS FORMAT tab
D) Chart Styles group on the CHART TOOLS FORMAT tab
Answer: B
You might also like to view...
For String c = "Now is the time for all"; The Java statements String i = c.substring(7); String j = c.substring(4, 15); will result in:
a. i = "he time for all" and j = "is the time" b. i = "the time for all" and j = "s the time" c. i = "the time for all" and j = "is the time " d. i = "he time for all" and j = "s the time"
In the Conditional Formatting dialog box, Default Formatting is the format that is used when no conditions are met
Indicate whether the statement is true or false
Which of the following is TRUE about ungrouping an object?
A) All non-vector graphics can be converted into drawing objects. B) Most of the clip art images available are not vector graphics. C) Vector graphic files are easily edited and layered. D) Files in .bmp and .jpg can be ungrouped.
A(n) ____ statement is used to exit control statements.
A. quit B. break C. continue D. exit