Stock Graphs: High-Low-Close

A high-low-close stock graph is a graph that is specifically designed for showing the high, low, and closing prices of a stock. Each stock marker displays three separate values.

The constant for this graph type is STOCK_HILO_CLOSE.

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

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

Sample high-low-close stock graph

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

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

Data guidelines for stock graphs

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

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

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

Simple stock 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 Tues High Tues Low Tues Close
77.63 73.88 76.13 85.13 71.75 75.13

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