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


IStackedChartSymbol.VerticalBar Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IStackedChartSymbol.VerticalBar Property

Indicates if the bar is oriented vertically.

[Visual Basic .NET]
Public Property VerticalBar As Boolean
[C#]
public bool VerticalBar {get; set;}
[C++]
HRESULT get_VerticalBar(
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_VerticalBar(
  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 stacked chart is a column. If True then it's a stacked column, oriented vertically. If False, then it's a stacked bar, oriented horizontally.

See Also

IStackedChartSymbol Interface