This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStackedChartSymbol Interface > IStackedChartSymbol.VerticalBar Property (ArcObjects .NET 10.5 SDK) |
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
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.