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


IBoxPlotSeriesProperties.WhiskerProperties 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.WhiskerProperties Property
ArcGIS Developer Help

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