SRGVBarGraph Class

class SRGVBarGraph: public SRGVBarAxisBase

Performs data drawing for Vertical Bar and EX_VBar graph types
Inherits axis drawing abilities from SRGVBarAxisBase, basic graph component functions from SRGDisplayBase, and component and font capabilities from SRGraphTitle

Defined in: SRGVBarGraph.h

Developer Notes

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

See also...

SRGraphDisplay and SRGDisplayBase for description of functions unused by this class

Class Members

Public member functions

CHART_API SRGVBarGraph()

Constructor

CHART_API virtual ~SRGVBarGraph()

Virtual destructor for this class

Protected member functions

CHART_API virtual void DrawVBarData()

Draws vertical bar chart data