{
AGGraphTypeEnum graphType;
AGLineStyle lineStyle;
AGDistance lineWidth;
AGString scatterSymbols[];
AGFont symbolFont;
AGDistance symbolHeight;
};
AGPolarGraphParams defines polar graph parameters.
The type of graph. Valid values are:
Actually any other value than "scatter" will produce a "curve".
Line style and line width for lines drawn when graphType is "curve", "staircase", or "barlines".
Specifies the symbol / string used for scatter graphs. If this parameter is set in AGPolarGraph, each new data value obtains the next symbol cyclically from the scatterSymbols array. If this parameter is set in AGPolarGraphWorld or AGGraphViewport, it determines the default symbols for each graph connected to the AGPolarGraphWorld or AGGraphViewport.
Any number in the symbol string preceded with a backslash ("\") is drawn as the corresponding character from the character table in Appendix A.
Sets the font and height used for the symbol strings plotted for graph of type "scatter".
AGGraphViewport / AGGraphViewportObj