This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScatterPlotMatrixSeriesProperties Interface > IScatterPlotMatrixSeriesProperties.ShowHistogram Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* bHist
);
[C++]
HRESULT put_ShowHistogram(
VARIANT_BOOL bHist
);
[C++]
Parameters bHist [out, retval] bHist is a parameter of type VARIANT_BOOL bHist [in] bHist is a parameter of type VARIANT_BOOL