SRGFreestyleGraph Class

class SRGFreestyleGraph: public SRGClassicAxisBase

Performs data drawing for Free Style graph type
Inherits axis drawing abilities from SRGClassicAxisBase, basic graph component functions from SRGDisplayBase, and component and font capabilities from SRGraphTitle

Defined in: SRGFreestyleGraph.h

Developer Notes

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

See also...

 SRGraphDisplay and  SRGDisplayBase for description of functions unused by this class

Class Members

Public member functions

 SRGFreestyleGraph()

Constructor

virtual  ~SRGFreestyleGraph()

Virtual destructor for this class

Protected member functions

virtual void  DrawFreeStyleData()

Draws the data components of FreeStyle graphs