This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBoxPlotSeriesProperties Interface > IBoxPlotSeriesProperties.WhiskerLength Property (ArcObjects .NET 10.5 SDK) |
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(
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