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


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

ITemporalChartElement.TemporalGraph Property

Controls the temporal graph element of the data clock chart.

[Visual Basic .NET]
Public Property TemporalGraph As ITemporalGraph
[C#]
public ITemporalGraph TemporalGraph {get; set;}
[C++]
HRESULT get_TemporalGraph(
  ITemporalGraph** pVal
);
[C++]
HRESULT putref_TemporalGraph(
  ITemporalGraph* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type ITemporalGraph** pVal [in]
pVal is a parameter of type ITemporalGraph*

Product Availability

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

See Also

ITemporalChartElement Interface