ArcObjects Library Reference (Carto)  

ISeriesProperties.Type Property

Type of the series.

[Visual Basic .NET]
Public ReadOnly Property Type As String
[C#]
public string Type {get;}
[C++]
HRESULT get_Type(
  BSTR* TypeName
);
[C++]

Parameters

TypeName [out, retval]   TypeName is a parameter of type BSTR

Product Availability

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

See Also

ISeriesProperties Interface