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 SRGraphTitle

Defined 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

CHART_API SRGPolarGraph()

Constructor

CHART_API virtual ~SRGPolarGraph()

Virtual destructor for this class

Protected member functions

CHART_API virtual void PrepareDisplay()

Prepares the display component for drawing

CHART_API virtual void PreparePolar()

Prepares the display for drawing polar data

CHART_API virtual void DrawPolarLabels()

Draws polar chart labels

CHART_API virtual void DrawPolarAxis()

Draws polar chart axes

CHART_API virtual void DrawPolarData()

Draws polar chart data