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


ITimeControl.HistogramOutlineColor Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.HistogramOutlineColor Property

Indicates outline color on the Playback Manager's histogram display.

[Visual Basic .NET]
Public Property HistogramOutlineColor As Integer
[C#]
public uint HistogramOutlineColor {get; set;}
[C++]
HRESULT get_HistogramOutlineColor(
  OLE_COLOR* pVal
);
[C++]
HRESULT put_HistogramOutlineColor(
  OLE_COLOR pVal
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITimeControl Interface