Box Series Layout

The following table describes the attributes specific to the BoxPlot chart definition (<boxSeries> ).

Attribute Description
dashedLines A Boolean that defines whether lines are displayed as dashed lines
hideOutliers A Boolean that defines whether outlier points are hidden
spacingBetweenGroups The space between groups. Value range is [-1.0, 1.0] with a step of 0.01.

Example

<plotArea> 
    <boxSeries dashedLines="true" hideOutliers="true" spacingBetweenItems="0.2"/>  
    <background mode="Plain"> 
        <coloring> 
            <color alpha="0" rgb="#000000"/> 
        </coloring> 
    </background>  
    <grids> 
        <grid type="Vertical"> 
            <color alpha="0" rgb="#000000"/> 
        </grid>  
        <grid type="Horizontal"> 
            <color alpha="255" rgb="#e7e7e7"/> 
        </grid> 
    </grids> 
</plotArea>