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


IBarSeriesProperties.MultipleBarType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBarSeriesProperties Interface > IBarSeriesProperties.MultipleBarType Property
ArcGIS Developer Help

IBarSeriesProperties.MultipleBarType Property

Type of multiple bar-series graph.

[Visual Basic .NET]
Public Property MultipleBarType As esriMultiBarType
[C#]
public esriMultiBarType MultipleBarType {get; set;}
[C++]
HRESULT get_MultipleBarType(
  esriMultiBarType* Type
);
[C++]
HRESULT put_MultipleBarType(
  esriMultiBarType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriMultiBarType* Type [in]
Type is a parameter of type esriMultiBarType

Product Availability

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

See Also

IBarSeriesProperties Interface