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