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


IDataGraphT.AddSeries Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.AddSeries Method
ArcGIS Developer Help

IDataGraphT.AddSeries Method

Add series from the provided graph type.

[Visual Basic .NET]
Public Function AddSeries ( _
    ByVal seriesType As String _
) As ISeriesProperties
[C#]
public ISeriesProperties AddSeries (
    string seriesType
);
[C++]
HRESULT AddSeries(
  BSTR seriesType
);
[C++]
Parameters
seriesType [in]

seriesType is a parameter of type BSTR

Product Availability

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

See Also

IDataGraphT Interface