This document is archived and information here might be outdated. Recommended version. |
Length of the whiskers as a function of the Inter-Quartile Range (IQR). Default value is 1.5.
[Visual Basic .NET]
Public Property WhiskerLength As Double
[C#]
public double WhiskerLength {get; set;}
[C++]
HRESULT get_WhiskerLength(
System.Double* Length
);
[C++]
HRESULT put_WhiskerLength(
double Length
);
[C++] Parameters Length [out, retval]
Length is a parameter of type double* Length [in]
Length is a parameter of type double