This document is archived and information here might be outdated.  Recommended version.


IScatterPlotMatrixSeriesProperties.ShowHistogram Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScatterPlotMatrixSeriesProperties Interface > IScatterPlotMatrixSeriesProperties.ShowHistogram Property
ArcGIS Developer Help

IScatterPlotMatrixSeriesProperties.ShowHistogram Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScatterPlotMatrixSeriesProperties Interface