This document is archived and information here might be outdated. Recommended version. |
Indicates if histogram is on the graph.
[Visual Basic .NET]
Public Property ShowHistogram As Boolean
[C#]
public bool ShowHistogram {get; set;}
[C++]
HRESULT get_ShowHistogram(
Boolean* bHist
);
[C++]
HRESULT put_ShowHistogram(
VARIANT_BOOL bHist
);
[C++] Parameters bHist [out, retval]
bHist is a parameter of type bool* bHist [in]
bHist is a parameter of type bool