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


IDataGraphTGeneralProperties.SubTitle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTGeneralProperties Interface > IDataGraphTGeneralProperties.SubTitle Property
ArcGIS Developer Help

IDataGraphTGeneralProperties.SubTitle Property

Subtitle of the graph.

[Visual Basic .NET]
Public Property SubTitle As String
[C#]
public string SubTitle {get; set;}
[C++]
HRESULT get_SubTitle(
  System.String* SubTitle
);
[C++]
HRESULT put_SubTitle(
  BSTR SubTitle
);
[C++]
Parameters
SubTitle [out, retval]

SubTitle is a parameter of type BSTR* SubTitle [in]
SubTitle is a parameter of type BSTR

Product Availability

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

See Also

IDataGraphTGeneralProperties Interface