This document is archived and information here might be outdated. Recommended version. |
Indicates if graph legend is visible.
[Visual Basic .NET] Public Property Visible As Boolean
[C#] public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
Boolean* b
);
[C++]
HRESULT put_Visible(
VARIANT_BOOL b
);
[C++]
Parameters b [out, retval]
b is a parameter of type bool* b [in]
b is a parameter of type bool