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


IStackedChartSymbol.Width Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IStackedChartSymbol.Width Property

The width of the bar in points.

[Visual Basic .NET]
Public Property Width As Double
[C#]
public double Width {get; set;}
[C++]
HRESULT get_Width(
  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 is the width of the stacked bar or column in points.

See Also

IStackedChartSymbol Interface