ArcObjects Library Reference (Display)  

IBarChartSymbol.VerticalBars Property

Indicates if the bars are oriented vertically.

[Visual Basic .NET]
Public Property VerticalBars As Boolean
[C#]
public bool VerticalBars {get; set;}
[C++]
HRESULT get_VerticalBars(
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_VerticalBars(
  VARIANT_BOOL flag
);
[C++]

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL flag [in]   flag is a parameter of type VARIANT_BOOL

Product Availability

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

Description

This property specifies whether or not the chart symbol will be column chart. If True, then it's a column chart with vertical columns. If False, then it's a bar chart with horizontal bars.

See Also

IBarChartSymbol Interface