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


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

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