This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalGraph Interface > ITemporalGraph.Draw Method (ArcObjects .NET 10.5 SDK) |
Draws the chart to the display.
[Visual Basic .NET] Public Sub Draw ( _ ByVal display As IDisplay, _ ByVal piGeometry As IGeometry, _ ByVal trackCancel As ITrackCancel _ )
[C#] public void Draw ( IDisplay display, IGeometry piGeometry, ITrackCancel trackCancel );
[C++]
HRESULT Draw(
IDisplay* display,
IGeometry* piGeometry,
ITrackCancel* trackCancel
);
[C++]
Parameters display [in]
display is a parameter of type IDisplay piGeometry [in]
piGeometry is a parameter of type IGeometry trackCancel [in]
trackCancel is a parameter of type ITrackCancel