SRGraphDisplay::DrawBubbleData

void SRGraphDisplay::DrawBubbleData(void)

Draws the data for bubble graph types
Each data series requires three groups - x-coordinate, y-coordinate, bubble size.
The data object style may be CX_OBJECT_BUBBLE (default) or CX_OBJECT_BAR (square).
For graph type CX_GRAPH_BUBBLE_R (default), the bubble size variable determines the radius (or half-width) of the bubble.
For graph type CX_GRAPH_BUBBLE_A, the bubble size is proportional to the area of the bubble.
By default, the bubble size is assumed to have the same scaling (units) as the x and y coordinates.
Alternate scaling can be selected by setting SetUseMaxSize(TRUE) and specifying SetMaxObjectWidth(). GetMaxObjectWidth() determines the size of the largest bubble in screen pixels -- the size is adjusted for printing.
Logarithmic axes are not supported -- an exception is thrown from PrepareBubble().

Defined in: SRGraphDisplay.cpp

Return Value

void