ArcObjects Library Reference (Carto)  

ISeriesProperties.SourceData Property

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

[Visual Basic .NET]
Public Property SourceData As Object
[C#]
public object SourceData {get; set;}
[C++]
HRESULT get_SourceData(
  VARIANT* pVar
);
[C++]
HRESULT put_SourceData(
  VARIANT pVar
);
[C++]

Parameters

pVar [out, retval]   pVar is a parameter of type VARIANT pVar [in]   pVar is a parameter of type VARIANT

Product Availability

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

See Also

ISeriesProperties 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 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