SRGPolarGraph Class
class SRGPolarGraph: public SRGDisplayBase
The graph display component specialized for Polar charts Inherits basic graph component functions from SRGDisplayBase, and component and font capabilities from SRGraphTitleDefined in: SRGPolarGraph.h
Developer Notes
This class defines all of SRGDisplayBase's PrepareXXX, DrawXXXAxis, DrawXXXLabels, and DrawXXXData functions, but only the Polar chart functions do anything useful.See also...
SRGraphDisplay and SRGDisplayBase for description of functions unused by this class.
Class Members
Public member functions
Constructor
virtual ~SRGPolarGraph()
Virtual destructor for this class
Protected member functions
virtual void PrepareDisplay()
Prepares the display component for drawing
virtual void PreparePolar()
Prepares the display for drawing polar data
virtual void DrawPolarLabels()
Draws polar chart labels
virtual void DrawPolarAxis()
Draws polar chart axes
virtual void DrawPolarData()
Draws polar chart data