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


IBarChartSymbol.Spacing 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.Spacing Property
ArcGIS Developer Help

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