A ________ is a graphic representation of trends in a data series

A) line chart B) sparkline C) gridline D) trendline

D

Computer Science & Information Technology

You might also like to view...

Which of the following statements removes all text from lstBox?

(A) lstBox.Clear() (B) lstBox.Items.Clear() (C) lstBox.Text.Clear() (D) lstBox.Items.Add("")

Computer Science & Information Technology

Initially, when a list iterator is opened on a non-empty list, the cursor's position is immediately after the first item in the list.

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

Computer Science & Information Technology