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