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

Change whisker multiplier to 2.0.

using Dew.Stats.Tee; using Steema.TeeChart; tChart1.Series.Clear(); BoxPlot bp; tChart1.Series.Add(bp = new BoxPlot()); bp.WhiskerLength = 2; bp.Chart = tChart1.Chart;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.