ArcObjects Library Reference (Carto)  

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

.NET Related Topics

How to create multiple vertical bar graphs |