This document is archived and information here might be outdated. Recommended version. |
Indicates if graphics are scaled when the legend is resized.
[Visual Basic .NET]
Public Property ScaleGraphicsOnResize As Boolean
[C#]
public bool ScaleGraphicsOnResize {get; set;}
[C++]
HRESULT get_ScaleGraphicsOnResize(
VARIANT_BOOL ScaleGraphicsOnResize
);
[C++]
HRESULT put_ScaleGraphicsOnResize(
Boolean* ScaleGraphicsOnResize
);
[C++] Parameters ScaleGraphicsOnResize [in]
ScaleGraphicsOnResize is a parameter of type bool ScaleGraphicsOnResize [out, retval]
ScaleGraphicsOnResize is a parameter of type bool*