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


IDataGraphTGeneralProperties.Footer 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.Footer Property
ArcGIS Developer Help

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