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


IScatterPlotMatrixSeriesProperties.HistogramColor Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IScatterPlotMatrixSeriesProperties.HistogramColor Property

Histogram's color.

[Visual Basic .NET]
Public Property HistogramColor As Integer
[C#]
public int HistogramColor {get; set;}
[C++]
HRESULT get_HistogramColor(
  OLE_COLOR* pColor
);
[C++]
HRESULT put_HistogramColor(
  OLE_COLOR pColor
);
[C++]

Parameters pColor [out, retval]
pColor is a parameter of type OLE_COLOR* pColor [in]
pColor is a parameter of type OLE_COLOR

Product Availability

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

See Also

IScatterPlotMatrixSeriesProperties Interface