ArcObjects Library Reference (Geoprocessing)  

IMdDiagramProperties.VariableLevelSpacing Property

Indicates if the graph is using variable level spacing.

[Visual Basic .NET]
Public Property VariableLevelSpacing As Boolean
[C#]
public bool VariableLevelSpacing {get; set;}
[C++]
HRESULT get_VariableLevelSpacing(
  VARIANT_BOOL* pVariableLevelSpacing
);
[C++]
HRESULT put_VariableLevelSpacing(
  VARIANT_BOOL pVariableLevelSpacing
);
[C++]

Parameters

pVariableLevelSpacing [out, retval]   pVariableLevelSpacing is a parameter of type VARIANT_BOOL pVariableLevelSpacing [in]   pVariableLevelSpacing is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdDiagramProperties Interface