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


IBarSeriesProperties.BarStyle 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.BarStyle Property
ArcGIS Developer Help

IBarSeriesProperties.BarStyle Property

Style of bars in the bar graph.

[Visual Basic .NET]
Public Property BarStyle As esriBarStyle
[C#]
public esriBarStyle BarStyle {get; set;}
[C++]
HRESULT get_BarStyle(
  esriBarStyle* Style
);
[C++]
HRESULT put_BarStyle(
  esriBarStyle Style
);
[C++]
Parameters
Style [out, retval]

Style is a parameter of type esriBarStyle* Style [in]
Style is a parameter of type esriBarStyle

Product Availability

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

See Also

IBarSeriesProperties Interface