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


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

IBoxPlotSeriesProperties.BoxProperties Property

Properties of the box symbol for the box plot.

[Visual Basic .NET]
Public ReadOnly Property BoxProperties As IDataGraphTSymbolProperties
[C#]
public IDataGraphTSymbolProperties BoxProperties {get;}
[C++]
HRESULT get_BoxProperties(
  IDataGraphTSymbolProperties** ppSymbolProps
);
[C++]

Parameters ppSymbolProps [out, retval]
ppSymbolProps is a parameter of type IDataGraphTSymbolProperties

Product Availability

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

See Also

IBoxPlotSeriesProperties Interface