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


ITimeControl.HistogramFillColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITimeControl Interface > ITimeControl.HistogramFillColor Property
ArcGIS Developer Help

ITimeControl.HistogramFillColor Property

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

[Visual Basic .NET]
Public Property HistogramFillColor As Integer
[C#]
public uint HistogramFillColor {get; set;}
[C++]
HRESULT get_HistogramFillColor(
  OLE_COLOR* pVal
);
[C++]
HRESULT put_HistogramFillColor(
  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