This document is archived and information here might be outdated. Recommended version. |
Indicates if the graph should use the minimum slope property.
[Visual Basic .NET] Public Property UseMinimumSlope As Boolean
[C#] public bool UseMinimumSlope {get; set;}
[C++]
HRESULT get_UseMinimumSlope(
Boolean* pUseMinimumSlope
);
[C++]
HRESULT put_UseMinimumSlope(
VARIANT_BOOL pUseMinimumSlope
);
[C++]
Parameters pUseMinimumSlope [out, retval]
pUseMinimumSlope is a parameter of type bool* pUseMinimumSlope [in]
pUseMinimumSlope is a parameter of type bool