Box Series Layout

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

Attribute Type or Value Description
dashedLines Boolean Specifies whether lines are displayed as dashed lines
hideOutliers Boolean Specifies whether outlier points are hidden
spacingBetweenGroups double 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>