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


IBoxPlotSeriesProperties.WhiskerLength Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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(
  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

.NET Related Topics

How to create a box plot graph