This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pVariableLevelSpacing
);
[C++]
HRESULT put_VariableLevelSpacing(
VARIANT_BOOL pVariableLevelSpacing
);
[C++] Parameters pVariableLevelSpacing [out, retval]
pVariableLevelSpacing is a parameter of type bool* pVariableLevelSpacing [in]
pVariableLevelSpacing is a parameter of type bool