ArcObjects Library Reference (Display)  

IBarChartSymbol.Spacing Property

The spacing between bars in points.

[Visual Basic .NET]
Public Property Spacing As Double
[C#]
public double Spacing {get; set;}
[C++]
HRESULT get_Spacing(
  double* Points
);
[C++]
HRESULT put_Spacing(
  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 spacing distance between bars or columns.

See Also

IBarChartSymbol Interface