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


ITimeControl.HideHistogram 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.HideHistogram Property
ArcGIS Developer Help

ITimeControl.HideHistogram Property

Indicates whether the histogram is hidden from view in the Playback Manager.

[Visual Basic .NET]
Public Property HideHistogram As Boolean
[C#]
public bool HideHistogram {get; set;}
[C++]
HRESULT get_HideHistogram(
  Boolean* pbvarHideHistogram
);
[C++]
HRESULT put_HideHistogram(
  VARIANT_BOOL pbvarHideHistogram
);
[C++]
Parameters
pbvarHideHistogram [out, retval]

pbvarHideHistogram is a parameter of type bool* pbvarHideHistogram [in]
pbvarHideHistogram is a parameter of type bool

Product Availability

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

See Also

ITimeControl Interface