This document is archived and information here might be outdated.  Recommended version.


IBarSeriesProperties.BarSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBarSeriesProperties Interface > IBarSeriesProperties.BarSize Property
ArcGIS Developer Help

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(
  System.Int32* 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