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


ITimeControl.HistogramBackgroundColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITimeControl.HistogramBackgroundColor Property

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

[Visual Basic .NET]
Public Property HistogramBackgroundColor As Integer
[C#]
public uint HistogramBackgroundColor {get; set;}
[C++]
HRESULT get_HistogramBackgroundColor(
  Unsigned long* pVal
);
[C++]
HRESULT put_HistogramBackgroundColor(
  Unsigned long pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type Unsigned long pVal [in] pVal is a parameter of type Unsigned long

Product Availability

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

See Also

ITimeControl Interface