ArcObjects Library Reference (Carto)  

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