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