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


ITemporalChartElement.TemporalGraph Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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