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


IDataGraphTPrivate.ReplaceSourceData Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTPrivate.ReplaceSourceData Method

Data source for the series. Can be table, feature, raster layer, or name of another series for function series. No field cleaning happens.

[Visual Basic .NET]
Public Sub ReplaceSourceData ( _
    ByVal idx As Integer, _
    ByVal var As Object _
)
[C#]
public void ReplaceSourceData (
    int idx,
    object var
);
[C++]
HRESULT ReplaceSourceData(
  long idx,
  VARIANT var
);
[C++]

Parameters idx [in] idx is a parameter of type long var [in] var is a parameter of type VARIANT

Product Availability

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

See Also

IDataGraphTPrivate Interface