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


IStackedChartSymbol.VerticalBar Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStackedChartSymbol Interface > IStackedChartSymbol.VerticalBar Property
ArcGIS Developer Help

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(
  Boolean* flag
);
[C++]
HRESULT put_VerticalBar(
  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 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