! Sets the appearance of the outlier data points. Outliers can be specified with the method \ref addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers) */
| 24661 | \ref addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector<double> &outliers) |
| 24662 | */ |
| 24663 | void QCPStatisticalBox::setOutlierStyle(const QCPScatterStyle &style) |
| 24664 | { |
| 24665 | mOutlierStyle = style; |
| 24666 | } |
| 24667 | |
| 24668 | /*! \overload |
| 24669 |
nothing calls this directly
no outgoing calls
no test coverage detected