Stock Graphs: High-Low-Close with Volume

A high-low-close stock graph with volume is the same as a high-low-close graph, except that it also displays the volume of shares traded in a separate area of the graph. Each stock marker displays three separate values. The bars in the lower part of the graph show trading volume.

The constant for this graph type is STOCK_HILO_CLOSE_VOLUME.

Standard use of a stock graph

You use stock graphs to show more than one stock price for a stock.

Data structure of a high-low-close stock graph with volume

The following figure shows the data structure of a STOCK_HILO_CLOSE_VOLUME stock graph.

Sample high-low-close-volume graph

The data structure for high-low-close stock graphs with volume is as follows:

Each group in this kind of stock graph has four measure values:

Data guidelines for high-low-close stock graphs with volume

Data for this kind of stock graph has the following guidelines:

Example: Data in a high-low-close stock graph with volume

The following graph shows the stock data for one stock for two different days.

Simple high-low-close-volume graph

The following table shows the grid of data that the stock graph displays. This example assumes that Graph.isDataRowShownAsASeries returns true.

Mon High Mon Low Mon Close Mon Volume Tues High Tues Low Tues Close Tues Volume
77.63 65.88 76.13 22336 85.13 69.75 75.13 26374

Stock Graphs
Handling Problems in Graph Data
Specifying Data for a Graph
Example: Setting Data from a File on a High-Low-Close Stock Graph