ArcObjects Library Reference (Carto)  

IBarSeriesProperties.BarSize Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBarSeriesProperties Interface

.NET Related Topics

How to create multiple vertical bar graphs