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


IDataGraphTGeneralProperties.Footer Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDataGraphTGeneralProperties.Footer Property

Footer of the graph.

[Visual Basic .NET]
Public Property Footer As String
[C#]
public string Footer {get; set;}
[C++]
HRESULT get_Footer(
  System.String* Footer
);
[C++]
HRESULT put_Footer(
  BSTR Footer
);
[C++]

Parameters Footer [out, retval]
Footer is a parameter of type BSTR* Footer [in]
Footer is a parameter of type BSTR

Product Availability

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

See Also

IDataGraphTGeneralProperties Interface