This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBarChartSymbol Interface > IBarChartSymbol.VerticalBars Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* flag
);
[C++]
HRESULT put_VerticalBars(
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 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.