This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.AddSeries Method (ArcObjects .NET 10.4 SDK) |
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,
ISeriesProperties** ppSeriesProps
);
[C++]
Parameters seriesType [in] seriesType is a parameter of type BSTR ppSeriesProps [out, retval]
ppSeriesProps is a parameter of type ISeriesProperties