You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Tee Namespace > Classes > CustomBoxPlot Class > CustomBoxPlot Properties > CustomBoxPlot.MildOutlier Property
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
CustomBoxPlot.MildOutlier Property

Mild outlier point properties.

Syntax
C#
Visual Basic
public SeriesPointer MildOutlier;

Defines mild outlier point properties.

Plot box plot for single vector.

using Dew.Stats.Tee; using Dew.Math; using Dew.Math.Tee; Vector v = new Vector(100); v.RandGauss(); v.SortAscending(); BoxPlot bp; tChart1.Series.Clear(); tChart1.Series.Add(bp = new BoxPlot()); bp.MildOutlier.Width = 3; bp.MildOutlier.Height = 3; MtxVecTee.DrawValues(v,bp,0,1,false);
Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!