ArcObjects Library Reference (Carto)  

IDataGraphBase.ExportToFile Method

Exports the data graph to a file.

[Visual Basic .NET]
Public Sub ExportToFile ( _
    ByVal Filename As String _
)
[C#]
public void ExportToFile (
    string Filename
);
[C++]
HRESULT ExportToFile(
  BSTR Filename
);
[C++]

Parameters

Filename [in]   Filename is a parameter of type BSTR

Product Availability

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

Remarks

fileName is the only parameter. It supports various export format, including Windows bitmap (.bmp), Encapsulated PostScript (.eps), Graphics Interchange Format (.gif), Joint Photographic Experts Group (.jpg or .jpeg), Windows Metafile (.wmf), Enhanced Windows Metafile (.emf), TeeChart Office Graphic (.tee), PC Paintbrush bitmap (.pcx), Portable Document Format (.pdf), Portable Network Graphics (.png), and Scalable Vector Graphics (.svg).

See Also

IDataGraphBase Interface