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
PreviousUpNext
CustomBoxPlot.WhiskerLength Property

Defines default multiplier for whiskers (1.5).

Syntax
C#
Visual Basic
public double WhiskerLength;

Whisker length multiplier with default value 1.5.

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.
What do you think about this topic? Send feedback!