SRGIsoBarGraph Class
class SRGIsoBarGraph: public SRGStageAxisBase
Performs data drawing for IsoBar graph typeInherits axis drawing abilities from SRGStageAxisBase, basic graph component functions from SRGDisplayBase, and component and font capabilities from SRGraphTitle
Defined in: SRGIsoBarGraph.h
Developer Notes
All PrepareXXX, DrawXXXAxis, and DrawXXXLabels routines are defined in SRGClassicAxisBase. This class defines all DrawXXXData functions -- only the DrawIsoBarData function does anything useful.See also...
SRGraphDisplay and SRGDisplayBase for description of functions unused by this class.
Class Members
Public member functions
Constructor
virtual ~SRGIsoBarGraph()
Virtual destructor for this class
Protected member functions
virtual void DrawIsoBarData()
Draws "Manhattan" bars
virtual void DrawVBarData()
Draws vertical bar chart data (used to plot data with neg values)