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


IBarChartSymbol.VerticalBars Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBarChartSymbol Interface > IBarChartSymbol.VerticalBars Property
ArcGIS Developer Help

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(
  Boolean* flag
);
[C++]
HRESULT put_VerticalBars(
  VARIANT_BOOL flag
);
[C++]
Parameters
flag [out, retval]

flag is a parameter of type bool* flag [in]
flag is a parameter of type 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