ArcObjects Library Reference (Carto)  

IDataGraphT.Update Method

Updates graph after changes in graph or series properties.

[Visual Basic .NET]
Public Sub Update ( _
    ByVal pCancel As ITrackCancel _
)
[C#]
public void Update (
    ITrackCancel pCancel
);
[C++]
HRESULT Update(
  ITrackCancel* pCancel
);
[C++]

Parameters

pCancel [in]

  pCancel is a parameter of type ITrackCancel

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataGraphT Interface

.NET Related Topics

How to change label formats and marks on an axis using a line graph | How to create a 3D pie graph | How to create a box plot graph | How to create a function series graph | How to create a graph template | How to create a histogram graph | How to create a selection set using a scatter plot graph | How to create a vertical stack area graph | How to create graph series with different color types | How to create multiple vertical bar graphs | How to group data into separate lines on a line graph | How to sort data in the graph