This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBarSeriesProperties Interface > IBarSeriesProperties.BarSize Property (ArcObjects .NET 10.4 SDK) |
Relative width of the bar.
[Visual Basic .NET] Public Property BarSize As Integer
[C#] public int BarSize {get; set;}
[C++]
HRESULT get_BarSize(
long* percent
);
[C++]
HRESULT put_BarSize(
long percent
);
[C++]
Parameters percent [out, retval] percent is a parameter of type long percent [in] percent is a parameter of type long