SRGStockGraph Class

class SRGStockGraph: public SRGClassicAxisBase

Performs data drawing for Stock and Area Stock graph types
Inherits axis drawing abilities from SRGClassicAxisBase, basic graph component functions from SRGDisplayBase, and component and font capabilities from SRGraphTitle

Defined in: SRGStockGraph.h

Developer Notes

All PrepareXXX, DrawXXXAxis, and DrawXXXLabels routines are defined in SRGClassicAxisBase. This class defines all DrawXXXData functions -- only the DrawStockData function does anything useful.

See also...

SRGraphDisplay and SRGDisplayBase for description of functions unused by this class

Class Members

Public member functions

CHART_API SRGStockGraph()

Constructor

CHART_API virtual ~SRGStockGraph()

Virtual destructor for this class

Protected member functions

CHART_API virtual void DrawStockData()

Called to draw stock quote hi-lo-close graphs