The Stock data class includes all Stock Graphs, including:
Because these graphs are all in the same data class, any data set that can be used for one of these graph types can be used for all of these graph types.
The Stock data class is used by graphs that analyze a stocks performance. Stock data items consist of up to four data values. Two are requiredHigh and Low, while Open and Close are optional. For more information about what these data values stand for, see "Stock Graphs" in Chapter 13.
Graphs in the Stock data class organize data items by category. There is only one series of data, and all data items are the same color.