This document is archived and information here might be outdated.  Recommended version.


IBoxPlotSeriesProperties.WhiskerLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBoxPlotSeriesProperties Interface > IBoxPlotSeriesProperties.WhiskerLength Property
ArcGIS Developer Help

IBoxPlotSeriesProperties.WhiskerLength Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBoxPlotSeriesProperties Interface