ArcObjects Library Reference (Carto)  

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(
  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

Product Availability

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

See Also

IScatterPlotMatrixSeriesProperties Interface