Which of the following is a true statement about charts in Excel??
A. ?You can enter legends only within the top portion of the chart area.
B. ?You can insert animations to a chart.
C. ?You can create custom chart types based on the built-in charts.
D. ?You can choose only from two types of charts-pie and bar chart.
Answer: C
You might also like to view...
Suppose you enter 34.3, the ENTER key, 57.8, the ENTER key. Analyze the following code.
``` 1 Scanner input = new Scanner(System.in); 2 double v1 = input.nextDouble(); 3 double v2 = input.nextDouble(); 4 String line = input.nextLine(); ``` a. After line 2 is executed, v1 is 34.3. b. After line 3 is executed, v2 is 57.8. c. After line 4 is executed, line contains an empty string. d. After line 4 is executed, line is null. e. After line 4 is executed, line contains character "\n".
This control is the most common type of control used to display field values.
A. Option button B. Text box C. Combo box D. Option group