This document is archived and information here might be outdated. Recommended version. |
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
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.