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


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

IBoxPlotSeriesProperties.WhiskerProperties Property

Properties of the whisker symbol for the box plot.

[Visual Basic .NET]
Public ReadOnly Property WhiskerProperties As IDataGraphTPenProperties
[C#]
public IDataGraphTPenProperties WhiskerProperties {get;}
[C++]
HRESULT get_WhiskerProperties(
  IDataGraphTPenProperties** ppPenProps
);
[C++]

Parameters ppPenProps [out, retval]
ppPenProps is a parameter of type IDataGraphTPenProperties

Product Availability

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

See Also

IBoxPlotSeriesProperties Interface