ArcObjects Library Reference (Carto)  

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(
  BSTR* 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