SRGIsoBarGraph Class

class SRGIsoBarGraph: public SRGStageAxisBase

Performs data drawing for IsoBar graph type
Inherits 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

CHART_API SRGIsoBarGraph()

Constructor

CHART_API virtual ~SRGIsoBarGraph()

Virtual destructor for this class

Protected member functions

CHART_API virtual void DrawIsoBarData()

Draws "Manhattan" bars

CHART_API virtual void DrawVBarData()

Draws vertical bar chart data (used to plot data with neg values)