Radar Series Layout

The following table shows the attributes specific to the Radar chart definition (<radarSeries>).

Attribute Description
invertSuperimpositionOrder A Boolean that defines whether the superimposition order of the layers plotted to each data series is inverted. In the case where lines or surfaces are stacked, this setting has no effect.
bringToFront A Boolean that defines whether the grid is in front of the data
polygonal A Boolean that defines whether the grid is displayed as polygonal lines as opposed to circles

Example

<plotArea> 
    <radarSeries invertSuperimpositionOrder="true" bringToFront="true" polygonal="true"/>  
    <background mode="Plain"> 
        <coloring> 
            <color alpha="89" rgb="#ffffce"/> 
        </coloring> 
    </background>  
    <grids> 
        <grid type="Vertical"> 
            <color alpha="87" rgb="#000000"/> 
        </grid>  
        <grid type="Horizontal"> 
            <color alpha="87" rgb="#007d00"/> 
        </grid> 
    </grids> 
</plotArea>