The default chart type for a sparkline is ________

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

Answer: Line

Computer Science & Information Technology

You might also like to view...

What will be the values of k[1] and k[3] after execution of the code segment below using the data shown?

Data: 2 0 1 ``` int k[6] = {0, 0, 0, 0, 0, 0}; int i, n; for (i = 3; i < 6; ++i) { scanf("%d", &n); k[n] = i; } ```

Computer Science & Information Technology

When using the Eyedropper tool, after you click the fill, the pointer changes to a ____.

A. paintbrush B. paint spray can C. pouring bucket D. palette

Computer Science & Information Technology