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


IBarChartSymbol.Width Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IB > IBarChartSymbol Interface > IBarChartSymbol.Width Property
ArcGIS Developer Help

IBarChartSymbol.Width Property

The width of each bar in points.

[Visual Basic .NET]
Public Property Width As Double
[C#]
public double Width {get; set;}
[C++]
HRESULT get_Width(
  System.Double* Points
);
[C++]
HRESULT put_Width(
  double Points
);
[C++]
Parameters
Points [out, retval]

Points is a parameter of type double* Points [in]
Points is a parameter of type double

Product Availability

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

Description

This property provides access to the width of each bar or column in the charts. Only one width can be specified which applies to all of the bars/columns.

See Also

IBarChartSymbol Interface